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 to change to a bold font
I used the following:
But when the program executes I get a Complile error: Invalid use of property.![]()
frmEasyLyteQC.lblInstruction.Font.Bold
What's wrong ? Any way around it?
Bookmarks