S
scantor145
Visual Basic 6.3 w/Excel 2003
I have a User Form that has a label control
UserForm = frmEasyLyteQC
Name = lblInstruction
Caption = Open File
When the user performs a certain action I would like the label font t
change to a bold font
I used the following:
Code
-------------------
frmEasyLyteQC.lblInstruction.Font.Bol
-------------------
But when the program executes I get a Complile error: Invalid use o
property.
What's wrong ? Any way around it
I have a User Form that has a label control
UserForm = frmEasyLyteQC
Name = lblInstruction
Caption = Open File
When the user performs a certain action I would like the label font t
change to a bold font
I used the following:
Code
-------------------
frmEasyLyteQC.lblInstruction.Font.Bol
-------------------
But when the program executes I get a Complile error: Invalid use o
property.
What's wrong ? Any way around it