Hi
In Excel 2003 VBA, what is the syntax for controling an Option Button or Checkbox by name or caption
I have tried the following but has an error, I am sure this is a simple one...
Re Dave![]()
For Each Control In FRAME_test.Controls Control.Name("Test_Button").Enabled = False Next
Bookmarks