![]() |
#1
|
|||
|
|||
![]()
I have a word document which has multiple sections that the users may or may not need to use. I have created a list of the sections with checkboxes. Clicking on the checkbox switches the selected section from hidden text and back. To do this, I had to make it so that hidden text does not show or print in this document.
Now what I need to do is make the checkbox list visible but not print. Normally I would use hidden text, but that is being used elsewhere as noted above. Any ideas on how I can do this? |
#2
|
||||
|
||||
![]()
The options are:
1. Put all the checkboxes inside a Rich Text Content Control and have a macro that hides that CC when printing. 2. Move the checkboxes to a VBA userform which you can call any time you want to make changes 3. Make a customised Ribbon with the checkboxes on it Options 2 and 3 removes the checkboxes from the doc itself so no need to hide them.
__________________
Andrew Lockton Chrysalis Design, Melbourne Australia |
![]() |
Tags |
disable printing, hide text |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Comments being hidden when non-printing and formatting text is hidden | GreenBoy | Word | 6 | 06-10-2021 07:37 AM |
Display hidden text based on values in other part of text | lacja | Word | 2 | 08-20-2018 11:17 AM |
![]() |
Irimi-Ai | Word | 5 | 04-25-2017 09:31 AM |
Make text strikeouts visible in final document | klkyde | Word | 0 | 12-16-2014 11:59 AM |
![]() |
christie | Word | 1 | 08-17-2011 09:10 AM |