Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I've got a few checkboxes in a sheet, "CheckBox1" through "CheckBox3".
I can do this: c = CheckBox1.Value etc. But how would I iterate over them? Like, if I could do this: c = CheckBox(1).Value Things like this don't work: c = ActiveSheet.Shapes("CheckBox1").Value |
#2
![]() |
|||
|
|||
![]()
just found an answer....
For i = 1 to 3 CheckBoxStr = "CheckBox" + CStr(i) c = ActiveSheet.OLEObjects(CheckBoxStr).Object.value ... next how very odd... -- pls don't email me. i won't read it. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
CheckBoxes | Excel Discussion (Misc queries) | |||
Checkboxes | Excel Discussion (Misc queries) | |||
is it possible to insert checkboxes in an excel spreadsheet? | Excel Discussion (Misc queries) | |||
Checkboxes | Excel Discussion (Misc queries) | |||
How do I use checkboxes correctly? | Excel Discussion (Misc queries) |