View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ExcelMonkey[_190_] ExcelMonkey[_190_] is offline
external usenet poster
 
Posts: 172
Default Grouping Userform Controls

Is is possible to group controls and then adjust them as a
group. Say for example I have 5 option boxes. If I
wanted to make them all =TRUE. Could I do this by
grouping the entire group = TRUE?

I know I can put them all in a frame and refer to the
frame. Will this allow me to do what I want. Can this be
done without using a frame?

Thanks