View Single Post
 
Old 04-18-2022, 02:16 AM
elaineAda elaineAda is offline Windows XP Office 2010
Novice
 
Join Date: Mar 2019
Posts: 25
elaineAda is on a distinguished road
Default How to make checkbox disappear together with paragraph

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
Reply With Quote