Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
seoulguy seoulguy is offline
external usenet poster
 
Posts: 5
Default Word 2002 suddenly opens docs in print view only

I edit professionally with Word 2002, have done so for 2 years w/o problems.
Suddenly a client's doc opened in print view -- nine small squares. Since
then, all docs, even my own, created a long time ago, also open in print or
skewed normal view. I can manage to edit using web view, but there is no
page, column or line indicated on the bottom horizontal bar. I have checked
the settings that I know of in Track Changes and I deleted and reloaded Word
-- no change. Anyone ever heard of this happening? Also, ruler only goes to
7. Note: Over two years, I've never touched the view mode, never had
problems with immediately editing with balloons or anything else.

Thanks.
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Word 2002 suddenly opens docs in print view only

What happens when you set the zoom to 100%?
http://word.mvps.org/FAQs/General/SaveViewAndZoom.htm

and/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


seoulguy wrote:
I edit professionally with Word 2002, have done so for 2 years w/o
problems. Suddenly a client's doc opened in print view -- nine small
squares. Since then, all docs, even my own, created a long time ago,
also open in print or skewed normal view. I can manage to edit using
web view, but there is no page, column or line indicated on the
bottom horizontal bar. I have checked the settings that I know of in
Track Changes and I deleted and reloaded Word -- no change. Anyone
ever heard of this happening? Also, ruler only goes to
7. Note: Over two years, I've never touched the view mode, never had
problems with immediately editing with balloons or anything else.

Thanks.



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
How to put graphics on envelopes? Steve Koenig Microsoft Word Help 21 April 29th 23 02:47 AM
take yet another lesson from wordperfect "reveal codes" wordperfect is superior Microsoft Word Help 5 May 11th 09 07:58 PM
I am having difficulty with deleting headers and footers LHD New Users 5 July 24th 06 01:44 AM
Word & WordPerfect MrsMac Microsoft Word Help 5 June 10th 06 03:14 AM
Word should allow to 'divide' page by 3 or 4, not just 2 CandasK Page Layout 2 February 28th 06 10:16 PM


All times are GMT +1. The time now is 05:54 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"