Hi I have the following code
Code:
Private Sub Acknowledge_Click()
ActiveDocument.Bookmarks("TextToHide").Range.Font.Hidden = Acknowledge.Value
End Sub
I have bookmark the checkbox together with the paragraph to be hidden as "TexttoHide", but it is not working.
It partially works (only hide paragraph but not checkbox) when i convert the checkbox to ActiveX.
Appreciate any help
Thanks