Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
TextBox on a userform - format to currency & percent | Excel Discussion (Misc queries) | |||
UserForm TextBoxes - Is there a way to format as currency or perce | Excel Discussion (Misc queries) | |||
Currency Format on UserForm when opened! | Excel Discussion (Misc queries) | |||
UserForm Label & Format Problems | Excel Programming | |||
Userform Textbox Currency Format Problems | Excel Programming |