Quote:
Originally Posted by macropod
|
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’?