B
Bshawn
I'm trying to use some option buttons in a Word document. When one is
clicked then the next section of the document is visible or hidden depending
on what the option button is choosing.
My problem is when the section to be hidden includes an option button, it
hides everything except the option button. I tried using the following code
for the first optionbutton.
ActiveDocument.Sections(2).Range.Font.Hidden = True
Is there a setting that is wrong, or additional code that I need to run?
Thanks.
clicked then the next section of the document is visible or hidden depending
on what the option button is choosing.
My problem is when the section to be hidden includes an option button, it
hides everything except the option button. I tried using the following code
for the first optionbutton.
ActiveDocument.Sections(2).Range.Font.Hidden = True
Is there a setting that is wrong, or additional code that I need to run?
Thanks.