B
Brian
I am trying to write a Macro for the following: if a user checks a
checkbox, then the text box text next to the checkbox becomes bold.
I tried the follwing:
Sub CheckBold()
If ActiveDocument.FormFields("Check1").Checkbox.Value = True Then
ActiveDocument.Bookmark("Text1").Font.Bold = True
End If
End Sub
However, this is not doing anything. Do I have to do this in a table?
Any help would be appreciated.
Thanks,
Brian
checkbox, then the text box text next to the checkbox becomes bold.
I tried the follwing:
Sub CheckBold()
If ActiveDocument.FormFields("Check1").Checkbox.Value = True Then
ActiveDocument.Bookmark("Text1").Font.Bold = True
End If
End Sub
However, this is not doing anything. Do I have to do this in a table?
Any help would be appreciated.
Thanks,
Brian