View Single Post
 
Old 07-01-2014, 10:09 AM
mthoodpdx mthoodpdx is offline Windows 7 64bit Office 2013
Novice
 
Join Date: Jul 2014
Posts: 1
mthoodpdx is on a distinguished road
Default Hidden text glitchy

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!
Attached Images
File Type: jpg Glitchy hidden objects.jpg (32.8 KB, 19 views)
File Type: jpg Unhidden.jpg (42.2 KB, 19 views)
Reply With Quote