View Single Post
 
Old 01-22-2019, 12:44 PM
MathiasFC MathiasFC is offline Windows 10 Office 2016
Novice
 
Join Date: Jan 2019
Posts: 12
MathiasFC is on a distinguished road
Default

Quote:
Originally Posted by macropod View Post

I’ve been searching around for answer to a whole lot of questions on this, and other forums, and I keep seeing you help people and providing answers, I just want to thank you for what your contributing to this community (that coming from someone who’s very new).

As far my question, I used the code you answered with in the first link you directed me too (works great!)




Private Sub CheckBox1_Click() ActiveDocument.Bookmarks("Bookmark1").Range.Font.H idden = CheckBox1.Value End Sub



This is great for the number of static questions I have, but do you know if this method can be adapted to ‘hide the answers entered to the questions in the document’?
Reply With Quote