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  

Zooming Level problem



 
 
Thread Tools Display Modes
  #1  
Old August 18th, 2004, 11:04 AM
external usenet poster
 
Posts: n/a
Default Zooming Level problem

Hello all,

I have a zoom problem. Once when I worked in a document I
upped the zoom level to 150%. Now every time I open the
document (and any other document there after) they open up
in 150% zoom, when I'm used to only working in 75%.

I've changed my normal.dot - have worked in a document at
75% zoom and saved it, but still my problem opening
documents at 150% zoom exists!

Any help, as ever would be much appreciated.

Cheers



Greg
  #2  
Old August 18th, 2004, 11:26 AM
Stefan Blom
external usenet poster
 
Posts: n/a
Default

Please see:

How can I make Word open new documents in a certain view (Normal or
Page Layout) or at a specified zoom ratio?
http://word.mvps.org/faqs/general/SaveViewAndZoom.htm

--
Stefan Blom


wrote in message
...
Hello all,

I have a zoom problem. Once when I worked in a document I
upped the zoom level to 150%. Now every time I open the
document (and any other document there after) they open up
in 150% zoom, when I'm used to only working in 75%.

I've changed my normal.dot - have worked in a document at
75% zoom and saved it, but still my problem opening
documents at 150% zoom exists!

Any help, as ever would be much appreciated.

Cheers



Greg





  #3  
Old August 18th, 2004, 12:46 PM
external usenet poster
 
Posts: n/a
Default


Hello Stefan,

What I'm looking for as well as what was suggested is a
way that even old documents I've created when opened would
open in 100% zoom.

Anyone have any ideas?

Thanks


Greg


-----Original Message-----
Please see:

How can I make Word open new documents in a certain view

(Normal or
Page Layout) or at a specified zoom ratio?
http://word.mvps.org/faqs/general/SaveViewAndZoom.htm

--
Stefan Blom


wrote in message
...
Hello all,

I have a zoom problem. Once when I worked in a document

I
upped the zoom level to 150%. Now every time I open the
document (and any other document there after) they open

up
in 150% zoom, when I'm used to only working in 75%.

I've changed my normal.dot - have worked in a document

at
75% zoom and saved it, but still my problem opening
documents at 150% zoom exists!

Any help, as ever would be much appreciated.

Cheers



Greg





.

  #4  
Old August 18th, 2004, 01:41 PM
Graham Mayor
external usenet poster
 
Posts: n/a
Default

For that you need a macro:

Sub AutoNew()
With ActiveWindow.View
.Type = wdPrintView
'.Type = wdNormalView
.Zoom.Percentage = 75
End With
End Sub

Sub AutoOpen()
ActiveWindow.Caption = ActiveDocument.FullName
With ActiveWindow.View
.Type = wdPrintView
'.Type = wdNormalView
.Zoom.Percentage = 75
End With
End Sub

The above will open documents in Page/Print layout view at 75% zoom. Change
the zoom percentage and the type of view as required. I have included the
alternative settings. Move the ' to the start of the previous lines if you
prefer normal view.

If you don't know what to do with this code - see
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



wrote:
Hello Stefan,

What I'm looking for as well as what was suggested is a
way that even old documents I've created when opened would
open in 100% zoom.

Anyone have any ideas?

Thanks


Greg


-----Original Message-----
Please see:

How can I make Word open new documents in a certain view (Normal or
Page Layout) or at a specified zoom ratio?
http://word.mvps.org/faqs/general/SaveViewAndZoom.htm

--
Stefan Blom


wrote in message
...
Hello all,

I have a zoom problem. Once when I worked in a document I
upped the zoom level to 150%. Now every time I open the
document (and any other document there after) they open up
in 150% zoom, when I'm used to only working in 75%.

I've changed my normal.dot - have worked in a document at
75% zoom and saved it, but still my problem opening
documents at 150% zoom exists!

Any help, as ever would be much appreciated.

Cheers



Greg





.



 




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
Multiple Instances problem Jordan Using Forms 1 July 19th, 2004 03:21 PM
Big Problem. We need the fix Captain K Calendar 0 July 8th, 2004 04:50 PM
Passport Logout Problem Chen qiang New Users 0 May 4th, 2004 09:26 AM
Help Microsoft? WORD11.ADM File Problem Line 818? Dwight Hutchinson New Users 2 May 3rd, 2004 08:25 PM
Word 2000 footnote problem: footnotes consistently too high (again) Lori Formatting Long Documents 2 May 1st, 2004 07:15 PM


All times are GMT +1. The time now is 10:57 AM.


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