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.
|