Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.pagelayout
Andrew Andrew is offline
external usenet poster
 
Posts: 48
Default can't get rid of thumbnails in print layout view

somehow I ended up with a page of thumbnails in print layout view although
they're not from selecting thumbnail view. I think I my have pressed a key
stroke sequence that allows formatting on all pages. I can't get out of that
mode now
  #2   Report Post  
Posted to microsoft.public.word.pagelayout
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default can't get rid of thumbnails in print layout view

Change the zoom setting -
http://word.mvps.org/FAQs/General/SaveViewAndZoom.htm
or

You can control the zoom with auto macros in normal.dot. The following will
set it to 100% zoom regardless of what the document thinks it should be.
Change the 100 to any preferred zoom level. I have included also some of the
other regular problem fixes, but you can remove the extra lines if required.
If you want normal rather than print layout view swap the apostrophe from
the beginning of the line where indicated to the other.

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

Sub AutoNew()
ActiveWindow.ActivePane.DisplayRulers = True
ActiveWindow.ActivePane.View.ShowAll = False
ActiveWindow.DisplayHorizontalScrollBar = True
ActiveWindow.DisplayVerticalScrollBar = True With ActiveWindow.View
'**********************
.Type = wdPrintView
'.Type = wdNormalView
'**********************
.Zoom.Percentage = 100
.DisplayPageBoundaries = True
End With
End Sub

Sub AutoOpen()
ActiveWindow.Caption = ActiveDocument.FullName
ActiveWindow.ActivePane.DisplayRulers = True
ActiveWindow.ActivePane.View.ShowAll = False
ActiveWindow.DisplayHorizontalScrollBar = True
ActiveWindow.DisplayVerticalScrollBar = True With ActiveWindow.View

'**********************
.Type = wdPrintView
'.Type = wdNormalView
'**********************
.Zoom.Percentage = 100
.DisplayPageBoundaries = True
End With
End Sub

--

Graham Mayor - Word MVP

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


Andrew wrote:
somehow I ended up with a page of thumbnails in print layout view
although they're not from selecting thumbnail view. I think I my have
pressed a key stroke sequence that allows formatting on all pages. I
can't get out of that mode now



Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
View / Print Layout - Strange Behaviour Jim Mac Millan Page Layout 5 April 5th 06 05:41 PM
New blank document does not display margins in Print layout view Simon_G Page Layout 1 March 18th 06 08:09 PM
How to make Print layout view default Wali Page Layout 1 March 7th 06 01:50 PM
How do I select Print Layout as default View in Word 2003? Ernst Microsoft Word Help 1 February 1st 06 11:48 AM
unable to view document in Print layout Bruceway Page Layout 2 December 2nd 05 12:18 PM


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

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"