Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am trying to loop through a group of textboxes that are on an excel sheet
(not in a userform) to see if they have been checked or not. How can I do this. Below is what I have now. Dim Ctrl As CheckBox For Each Ctrl In Sheets("Program").CheckBoxes If Sheets("Program").CheckBoxFx = True Then FDirect = "FsX" Else If Sheets("Program").CheckBoxFy = True Then FDirect = "FsY" Else If Sheets("Program").CheckBoxFz = True Then FDirect = "FsZ" End If End If End If Next Ctrl |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Looping in VB with cell ranges | Excel Worksheet Functions | |||
control textboxes keep changing size | Excel Discussion (Misc queries) | |||
UserForm TextBoxes | Excel Discussion (Misc queries) | |||
looping question | New Users to Excel | |||
Textboxes and "Paste as picture" | Charts and Charting in Excel |