View Single Post
 
Old 08-30-2017, 01:01 PM
noldak noldak is offline Windows 7 64bit Office 2013
Novice
 
Join Date: Aug 2017
Posts: 1
noldak is on a distinguished road
Red face Using a Checkbox to Change Content that is displayed

Hello!

I would like to check a checkbox in Word and have it only show some text content when the box is checked.

I have attempted to do this with IF statements and bookmarks, but I have not been able to get it to do what I want.

Even just trying to reference the checkbox is proving to be difficult:

{IF check = ☒ "CHECKED" "UNCHECKED"}
Where the title and tag of the checkbox are 'check', and the ☒ is a content control checkbox.

Any steering in the right direction would be helpful!

Do you think that this would be better as a macro?
Reply With Quote