By Foye Robinson
Updated February 10, 2017
i Pixland/Pixland/Getty Images
Microsoft Word 2007 comes with built-in features that help you format documents. You can make your text appear in small caps, superscript and shadows, or, even, hide text you don’t want others to see. When you hide text, any selected text, images, tables and objects are hidden, as well. You can hide a word, paragraph, page or entire document in Word 2007, and display it whenever you need to. You can’t tell that a page contains hidden text unless you reveal the hidden text.
Open the document you want to edit in Microsoft Word 2007.
Select the page you want to hide, including text, tables and other content within the page.
Select the “Home” tab in the Ribbon, and then click on the arrow in the bottom of the “Font” group (keyboard shortcut: Ctrl+D). The “Font” dialog box opens. Select the “Font” tab, and place a check mark by “Hidden.” Click on “OK.” The selected page is now hidden.
Hide multiple pages within your document by selecting the content as you did in Step 2. Open the “Font” dialog box, add a check mark to “Hidden,” and click on «OK.»
Reveal pages by selecting your entire document (keyboard shortcut: Ctrl+A), so you won’t miss hidden content. Open the “Fonts” dialog box. The option for “Hidden” is shaded, indicating that some parts of the document are hidden. Click on the “Hidden” option twice, until there is no shading or check mark, and click on “OK.”
Show hidden text automatically in Word 2007 by selecting the Microsoft Office Button and choosing “Word Options.”
Choose the “Display” category, and place a check mark by “Hidden Text,” and then click on “OK.” Your hidden text and pages are now visible in Word 2007.
Warnings
Hiding text is not secure. You can protect your document by selecting the “Review” tab in Word 2007. Click on “Protect Document” and “Restrict Formatting and Editing.”
Guest
-
#1
How do I hide and then unhide entire pages in Word?
Advertisements
Graham Mayor
-
#2
There is no concept of ‘page’ in Word, so the nearest you can probably
arrange are:
1. To conditionally insert the ‘page’ with includetext or autotext fields
2. Format the text as hidden and display hidden text (or not).
3. Apply a white coloured text attribute to the bit you want to hide and
remove it to display the text.
—
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor — Word MVP
My web site www.gmayor.com
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Advertisements
Graham Mayor
-
#3
There is no concept of ‘page’ in Word, so the nearest you can probably
arrange are:
1. To conditionally insert the ‘page’ with includetext or autotext fields
2. Format the text as hidden and display hidden text (or not).
3. Apply a white coloured text attribute to the bit you want to hide and
remove it to display the text.
—
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor — Word MVP
My web site www.gmayor.com
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Want to reply to this thread or ask your own question?
You’ll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.
Ask a Question
How do I change a style from «Hide until used» to show it? | 5 | Mar 9, 2009 |
Checkbox for hide/unhide tables | 4 | Sep 2, 2009 |
Hide / Unhide each row from StartRow to LastRow for multiple conditions | 6 | Jan 31, 2015 |
symbols | 8 | Sep 23, 2013 |
Document won’t print using show/hide parargraph marks. Blocked? | 2 | Feb 20, 2010 |
Word 2007, Show breaks, hide XE | 3 | Aug 25, 2009 |
Possible to hide a *numbered* paragraph? | 3 | Jun 25, 2009 |
How do I view blank pages? | 3 | Sep 18, 2009 |
1. Open the document you want to edit in Microsoft Word 2007.
2. Select the page you want to hide, including text, tables and other content within the page.
3. Select the “Home” tab in the Ribbon, and then click on the arrow in the bottom of the “Font” group (keyboard shortcut: Ctrl+D). The “Font” dialog box opens. Select the “Font” tab, and place a check mark by “Hidden.” Click on “OK.” The selected page is now hidden.
4. Hide multiple pages within your document by selecting the content as you did in Step 2. Open the “Font” dialog box, add a check mark to “Hidden,” and click on «OK.»
5. Reveal pages by selecting your entire document (keyboard shortcut: Ctrl+A), so you won’t miss hidden content. Open the “Fonts” dialog box. The option for “Hidden” is shaded, indicating that some parts of the document are hidden. Click on the “Hidden” option twice, until there is no shading or check mark, and click on “OK.”
6. Show hidden text automatically in Word 2007 by selecting the Microsoft Office Button and choosing “Word Options.”
7. Choose the “Display” category, and place a check mark by “Hidden Text,” and then click on “OK.” Your hidden text and pages are now visible in Word 2007.
- Forum
- VBA Code & Other Help
- Word Help
- Hiding pages in Word
-
05-18-2007, 02:05 AM
#1
Hiding pages in Word
Hi guys,
As the title says i am looking for a method to hide pages in word, whilst i am pretty sure this is impossible i thought if i explained my scenario someone may be able to come up with a suggestion.
Basically i am working on a project to combine 5 templates, they are all very similar and have lots of the same details.
I have developed a form that populates all the neccasary details but i am really struggling with the way to display the document. Out of the five files that are now combined i want to be able to only view one of them, even though they are all in the same document, is there anyway i can either hide pages or lock the screen so it can not scroll? (the screen locking may not be such a great idea as if users use a low resolution then they will lose the most the page)
Any help would be greatly appreciated as i have been racking my brains on this one.
Many thanks
Tim
-
05-18-2007, 09:49 AM
#2
Hi Tim
How about setting a bookmark to encompass each section. You could then use code to set the font in unwanted sections to Hidden.MVP (Excel 2008-2010)
Post a workbook with sample data and layout if you want a quicker solution.
To help indent your macros try Smart Indent
Please remember to mark threads ‘Solved’
-
05-18-2007, 12:53 PM
#3
What I want to know is…why? Are you possibly going to bring them back into view? If you are not, then simply delete the sections that are not applicable.
-
05-19-2007, 07:21 AM
#4
Consider using styles. If the material to be hidden uses styles based on a common style, changing it to hidden (or white font) will make it disappear. You can either attach a different template or set up a button to toggle the style definition.
I’ve used this frequently for training materials: a single manual can contain the trainer and student notes, and the toggle turns off the trainer notes to print a student manual.
Be aware that hidden text will still be visible if a user toggles the View display.
Eric
Experience is not what happens to a man; it is what a man does with what happens to him. ? Aldous Huxley
-
05-21-2007, 01:13 AM
#5
Thanks for the suggestions everyone, the reason i am trying to go down this path is because the people that to use this document would like it as easy as possible and they think that seeing all five of the templates in one document would possibly confuse the user.
I did manage to come up with a kind of solution but do not like it myself, basically the 5 templates are now in one file, each one of the 5 templates has there own form fields which allow editing, depending on which document they want enable the fields and disable all others. I also disabled the scroll bars and mouse wheel so they can not even scroll to another page without using the form.
Think i am going to pursue this technique a little further to see how it goes although disabling the mouse wheel using the API seems a little bit over the top so i might scrap that as has been proving a little buggy.
Thanks for your advice all and i will let you know how i get on.
Many thanks
Tim
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
- BB code is On
- Smilies are On
- [IMG] code is On
- [VIDEO] code is On
- HTML code is Off
Forum Rules
|
|