View Single Post
 
Old 07-14-2022, 07:06 AM
Janet D Janet D is offline Windows XP Office 2019
Novice
 
Join Date: Jul 2022
Posts: 3
Janet D is on a distinguished road
Default

Thank you for your response Greg! - i have a few questions.

for this "Forms.OptionButton.1" - do i need to change it to the name of the option buttons? I have a few. OR is this for all of them? And since I have a text box, would i just add the following?
Case Is = wdContentControlText
oCC.Type = 1
oCC.Range.Text = vbNullString
oCC.Type = wdContentControlText

Thanks.
Reply With Quote