P
PCLIVE
I've used something like this to set the properties of a ToggleButton.
Me.ToggleButton5.Value = False
How can I do this same sort of thing with a Check Box, also created from the
Control Toolbox?
I've tried the similar syntax, but I get an error.
Me.CheckBoxName.Value = False 'Invalid use of Me keyword
ActiveSheet.Shapes("CheckBoxName").Value = False 'Object doesn't
support this property or method
What code is necessary to set the properties of a checkbox?
Thanks in advance,
Paul
--
Me.ToggleButton5.Value = False
How can I do this same sort of thing with a Check Box, also created from the
Control Toolbox?
I've tried the similar syntax, but I get an error.
Me.CheckBoxName.Value = False 'Invalid use of Me keyword
ActiveSheet.Shapes("CheckBoxName").Value = False 'Object doesn't
support this property or method
What code is necessary to set the properties of a checkbox?
Thanks in advance,
Paul
--