I have a series of option buttons in a frame. I want to iterate through each option button, test it for a value or set a value. There doesn’t appear to be a controls collection associated with the frame. How is this done? For the entire form I woudl dim a control and do something like
for each ctl in controls
‘do something
next ctl
How would I isolate it only to the controls in the frame?