G
Guest
I'm trying to apply the currency format to a label in a UserForm with the
following code:
Private Sub UserForm_Initialize()
Me.lblBudget.Value = FormatCurrency(Me.lblBudget, "#,###,###.00")
End Sub
But every time I try to run it, I get an error that leads to the ".Value"
after lbl.budget. Should I be doing this another way? Thanks for your help!!
-Allen
following code:
Private Sub UserForm_Initialize()
Me.lblBudget.Value = FormatCurrency(Me.lblBudget, "#,###,###.00")
End Sub
But every time I try to run it, I get an error that leads to the ".Value"
after lbl.budget. Should I be doing this another way? Thanks for your help!!
-Allen