A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » Page Layout
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

"Hide white space"



 
 
Thread Tools Display Modes
  #1  
Old June 20th, 2006, 12:57 AM posted to microsoft.public.word.pagelayout
external usenet poster
 
Posts: n/a
Default "Hide white space"

is there a way to prevent the "Hide White Space" from popping up when the
mouse is between pages? I have had several people accidentally select this,
then get wigged out when they can't see the margins or information that is in
the space. I'd love to set some sort of default so that is not even an
option.
  #2  
Old June 20th, 2006, 01:24 AM posted to microsoft.public.word.pagelayout
external usenet poster
 
Posts: n/a
Default "Hide white space"

You and many other people!

If you could put the following into a macro with the same name as the
command it in a global template it would work, but I don't know the name of
the Word command. Anyone else know it?

ActiveWindow.DisplayPageBoundaries = True

For more about what is going on, see
http://sbarnhill.mvps.org/WordFAQs/WhiteSpace.htm.
--
Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://word.mvps.org/FAQs/ which is awesome!

My criminal defense site: http://addbalance.com
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.


"Danica U" Danica wrote in message
...
is there a way to prevent the "Hide White Space" from popping up when the
mouse is between pages? I have had several people accidentally select
this,
then get wigged out when they can't see the margins or information that is
in
the space. I'd love to set some sort of default so that is not even an
option.



  #3  
Old June 20th, 2006, 06:54 AM posted to microsoft.public.word.pagelayout
external usenet poster
 
Posts: n/a
Default "Hide white space"

It's no big deal, once you are aware of it, to click in the grey space above
or below the page to toggle the display, or if desparate you could add the
command

ActiveWindow.View.DisplayPageBoundaries = True

to both an autoopen and an autonew macro in normal.dot so at least you would
start each document without it; or if you find it simpler to use a toolbar
button add the following toggle to a button.

Sub ToggleWhiteText()
With ActiveWindow.View
.DisplayPageBoundaries = Not .DisplayPageBoundaries
End With
End Sub

http://www.gmayor.com/installing_macro.htm

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org


Charles Kenyon wrote:
You and many other people!

If you could put the following into a macro with the same name as the
command it in a global template it would work, but I don't know the
name of the Word command. Anyone else know it?

ActiveWindow.DisplayPageBoundaries = True

For more about what is going on, see
http://sbarnhill.mvps.org/WordFAQs/WhiteSpace.htm.

"Danica U" Danica wrote in message
...
is there a way to prevent the "Hide White Space" from popping up
when the mouse is between pages? I have had several people
accidentally select this,
then get wigged out when they can't see the margins or information
that is in
the space. I'd love to set some sort of default so that is not even
an option.



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to print White on Black- the definitive answer revealed HERE! MarkC General Discussions 0 June 15th, 2006 06:54 PM
How do I print white ink on dark paper in Word? Juds General Discussions 2 June 15th, 2006 06:23 PM
Need 2 add second then third code with first code in the Tab View nick s Worksheet Functions 3 December 6th, 2005 02:20 AM
Sending slides to Word in Black and White June Amelita Powerpoint 2 May 13th, 2005 06:42 AM
White Text on Screen, not visible on paper mtrevino General Discussion 1 September 20th, 2004 08:30 PM


All times are GMT +1. The time now is 04:44 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.