P
Patrick C. Simonds
I have tried Many variants of the code below, but to no avail. It is part of
a UserForm Initialization, designed to change OptionButton2 to true of there
is an X in Text Box 16 of the active document.
ActiveDocument.Shapes("Text Box 16").Select
Selection.ShapeRange.TextFrame.TextRange.Select
If Selection.Text = "X" Then
OptionButton2.Value = True
End If
a UserForm Initialization, designed to change OptionButton2 to true of there
is an X in Text Box 16 of the active document.
ActiveDocument.Shapes("Text Box 16").Select
Selection.ShapeRange.TextFrame.TextRange.Select
If Selection.Text = "X" Then
OptionButton2.Value = True
End If