I have 8 option buttons and I need them to be "connected" in pairs of 2. Is this possible?
Printable View
I have 8 option buttons and I need them to be "connected" in pairs of 2. Is this possible?
I think that's possible,
you have 8 option button and you want them connect pairs in two, try to use a frame. placed 4 frames and placed each pairs of the option button to each frames. That's all, and if you don't want the border of the frame shown, you can hide it by setting the frame Border properties and set the value to 0-none.
hope it helps you.
Group two each into a frane control
Works great now!! thx :wave: