I've been searching all around the internet and havent come up with any answers, so I'm trying here.
I've made a form for filling out, and made a control text box that, when clicked, hides several other check boxes, lines, and text boxes. Specifically, I accomplished this (after trying quite a few methods) by bookmarking each object, then in the macro for the checkbox hiding each bookmark with:
Code:
Bookmarks("ObjectName").Range.Font.Hidden = True
This works out great and when I print, the objects are all hidden. The problem I have is that the screen is glitchy with hiding them on screen.
See the attached "Unhidden.jpg" for the objects unhidden. "Glitchy hidden objects.jpg" shows the problem I've been having. No amount of zooming, scrolling, or resizing objects seems to fix it. Ultimately, it doesnt show when printing, which is the most important thing. However, I'm sharing this document with others and if I can clean that up, it would be nice!
Any help is much appreciated. Thanks for your time!