Within a frame I have many option buttons.
Does Word store option buttons with a next sequential value.
for example command buttons have next sequential number as per their order
-1
0
1
2
Given an index number I would like to use that to set option button as default button.
eg
passed index = 3
therefore
frameName = optionbutton(3) = default
Any ideas?
Thanks in advance!
Diana