Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 -- |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Loop through column(s) to check values, perform action based on check | Excel Programming | |||
Increase size of a Forms Check Box (click on to enter check mark) | Excel Discussion (Misc queries) | |||
Properties transferring from excel cells to word file properties | Excel Programming | |||
check properties of 400 Excel files | Excel Discussion (Misc queries) | |||
Properties Page is blank for check box Control, other controls | Excel Programming |