Label issues
Posted by BobJ on February 05, 2002 12:29 PM
FreezOn is a label, if it is "off", how would I
Change the font color to red (Colorindex of 3).
I have tried several ways and keep getting errors.
Thanks in advance. Bob
' Are the Panes on or off?
If ActiveWindow.FreezePanes = True Then
FreezeOn.Caption = "On"
Else
FreezeOn.Caption = "Off"
End If