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  

How to set view standard to 150%



 
 
Thread Tools Display Modes
  #11  
Old September 10th, 2004, 01:57 AM
garfield-n-odie
external usenet poster
 
Posts: n/a
Default

Creating the following AutoOpen macro, or adding the middle line to your
AutoOpen macro:

Sub AutoOpen()
ActiveWindow.ActivePane.View.Zoom.Percentage = 150
End Sub

will override the zoom percent that the document was saved in.

"Jannes" wrote:

Thanks but when I open another document from an extern
person it's back to 100%...
Anyone another suggestion?

-----Original Message-----
See http://word.mvps.org/FAQs/General/SaveViewAndZoom.htm.

"Jannes" wrote:

Hello,

I want to set my view standard on 150% to all Word
documents. Also in Excel I want this.
I tried with Zoom but when I receive another document

rom
someone the view is different. (version Word 2000)

Thanks in advanced.

Jannes

.


  #12  
Old September 10th, 2004, 01:57 AM
garfield-n-odie
external usenet poster
 
Posts: n/a
Default

Creating the following AutoOpen macro, or adding the middle line to your
AutoOpen macro:

Sub AutoOpen()
ActiveWindow.ActivePane.View.Zoom.Percentage = 150
End Sub

will override the zoom percent that the document was saved in.

"Jannes" wrote:

Thanks but when I open another document from an extern
person it's back to 100%...
Anyone another suggestion?

-----Original Message-----
See http://word.mvps.org/FAQs/General/SaveViewAndZoom.htm.

"Jannes" wrote:

Hello,

I want to set my view standard on 150% to all Word
documents. Also in Excel I want this.
I tried with Zoom but when I receive another document

rom
someone the view is different. (version Word 2000)

Thanks in advanced.

Jannes

.


  #13  
Old September 10th, 2004, 01:57 AM
garfield-n-odie
external usenet poster
 
Posts: n/a
Default

Creating the following AutoOpen macro, or adding the middle line to your
AutoOpen macro:

Sub AutoOpen()
ActiveWindow.ActivePane.View.Zoom.Percentage = 150
End Sub

will override the zoom percent that the document was saved in.

"Jannes" wrote:

Thanks but when I open another document from an extern
person it's back to 100%...
Anyone another suggestion?

-----Original Message-----
See http://word.mvps.org/FAQs/General/SaveViewAndZoom.htm.

"Jannes" wrote:

Hello,

I want to set my view standard on 150% to all Word
documents. Also in Excel I want this.
I tried with Zoom but when I receive another document

rom
someone the view is different. (version Word 2000)

Thanks in advanced.

Jannes

.


  #14  
Old September 10th, 2004, 12:53 PM
external usenet poster
 
Posts: n/a
Default

Thanks again, but now when I open other documents I
receive the following error: object variable or white
block variable is not set.

-----Original Message-----
Creating the following AutoOpen macro, or adding the

middle line to your
AutoOpen macro:

Sub AutoOpen()
ActiveWindow.ActivePane.View.Zoom.Percentage = 150
End Sub

will override the zoom percent that the document was

saved in.

"Jannes" wrote:

Thanks but when I open another document from an extern
person it's back to 100%...
Anyone another suggestion?

-----Original Message-----
See

http://word.mvps.org/FAQs/General/SaveViewAndZoom.htm.

"Jannes" wrote:

Hello,

I want to set my view standard on 150% to all Word
documents. Also in Excel I want this.
I tried with Zoom but when I receive another

document
rom
someone the view is different. (version Word 2000)

Thanks in advanced.

Jannes

.


.

  #15  
Old September 10th, 2004, 12:53 PM
external usenet poster
 
Posts: n/a
Default

Thanks again, but now when I open other documents I
receive the following error: object variable or white
block variable is not set.

-----Original Message-----
Creating the following AutoOpen macro, or adding the

middle line to your
AutoOpen macro:

Sub AutoOpen()
ActiveWindow.ActivePane.View.Zoom.Percentage = 150
End Sub

will override the zoom percent that the document was

saved in.

"Jannes" wrote:

Thanks but when I open another document from an extern
person it's back to 100%...
Anyone another suggestion?

-----Original Message-----
See

http://word.mvps.org/FAQs/General/SaveViewAndZoom.htm.

"Jannes" wrote:

Hello,

I want to set my view standard on 150% to all Word
documents. Also in Excel I want this.
I tried with Zoom but when I receive another

document
rom
someone the view is different. (version Word 2000)

Thanks in advanced.

Jannes

.


.

  #16  
Old September 10th, 2004, 12:53 PM
external usenet poster
 
Posts: n/a
Default

Thanks again, but now when I open other documents I
receive the following error: object variable or white
block variable is not set.

-----Original Message-----
Creating the following AutoOpen macro, or adding the

middle line to your
AutoOpen macro:

Sub AutoOpen()
ActiveWindow.ActivePane.View.Zoom.Percentage = 150
End Sub

will override the zoom percent that the document was

saved in.

"Jannes" wrote:

Thanks but when I open another document from an extern
person it's back to 100%...
Anyone another suggestion?

-----Original Message-----
See

http://word.mvps.org/FAQs/General/SaveViewAndZoom.htm.

"Jannes" wrote:

Hello,

I want to set my view standard on 150% to all Word
documents. Also in Excel I want this.
I tried with Zoom but when I receive another

document
rom
someone the view is different. (version Word 2000)

Thanks in advanced.

Jannes

.


.

  #17  
Old September 10th, 2004, 02:53 PM
garfield-n-odie
external usenet poster
 
Posts: n/a
Default

Sorry, I'm not an expert on macros, but that's the macro Word 2002 made when
I recorded the keystrokes to change the zoom percent, and it works on my
computer. Hopefully one of the "regulars" here will post a better macro.
AFAIK, an AutoOpen macro is the only way to force all documents (including
ones you didn't create) to open at 150% zoom on your computer.

" wrote:

Thanks again, but now when I open other documents I
receive the following error: object variable or white
block variable is not set.

-----Original Message-----
Creating the following AutoOpen macro, or adding the

middle line to your
AutoOpen macro:

Sub AutoOpen()
ActiveWindow.ActivePane.View.Zoom.Percentage = 150
End Sub

will override the zoom percent that the document was

saved in.

"Jannes" wrote:

Thanks but when I open another document from an extern
person it's back to 100%...
Anyone another suggestion?

-----Original Message-----
See

http://word.mvps.org/FAQs/General/SaveViewAndZoom.htm.

"Jannes" wrote:

Hello,

I want to set my view standard on 150% to all Word
documents. Also in Excel I want this.
I tried with Zoom but when I receive another

document
rom
someone the view is different. (version Word 2000)

Thanks in advanced.

Jannes

.


.


  #18  
Old September 10th, 2004, 02:53 PM
garfield-n-odie
external usenet poster
 
Posts: n/a
Default

Sorry, I'm not an expert on macros, but that's the macro Word 2002 made when
I recorded the keystrokes to change the zoom percent, and it works on my
computer. Hopefully one of the "regulars" here will post a better macro.
AFAIK, an AutoOpen macro is the only way to force all documents (including
ones you didn't create) to open at 150% zoom on your computer.

" wrote:

Thanks again, but now when I open other documents I
receive the following error: object variable or white
block variable is not set.

-----Original Message-----
Creating the following AutoOpen macro, or adding the

middle line to your
AutoOpen macro:

Sub AutoOpen()
ActiveWindow.ActivePane.View.Zoom.Percentage = 150
End Sub

will override the zoom percent that the document was

saved in.

"Jannes" wrote:

Thanks but when I open another document from an extern
person it's back to 100%...
Anyone another suggestion?

-----Original Message-----
See

http://word.mvps.org/FAQs/General/SaveViewAndZoom.htm.

"Jannes" wrote:

Hello,

I want to set my view standard on 150% to all Word
documents. Also in Excel I want this.
I tried with Zoom but when I receive another

document
rom
someone the view is different. (version Word 2000)

Thanks in advanced.

Jannes

.


.


  #19  
Old September 10th, 2004, 02:53 PM
garfield-n-odie
external usenet poster
 
Posts: n/a
Default

Sorry, I'm not an expert on macros, but that's the macro Word 2002 made when
I recorded the keystrokes to change the zoom percent, and it works on my
computer. Hopefully one of the "regulars" here will post a better macro.
AFAIK, an AutoOpen macro is the only way to force all documents (including
ones you didn't create) to open at 150% zoom on your computer.

" wrote:

Thanks again, but now when I open other documents I
receive the following error: object variable or white
block variable is not set.

-----Original Message-----
Creating the following AutoOpen macro, or adding the

middle line to your
AutoOpen macro:

Sub AutoOpen()
ActiveWindow.ActivePane.View.Zoom.Percentage = 150
End Sub

will override the zoom percent that the document was

saved in.

"Jannes" wrote:

Thanks but when I open another document from an extern
person it's back to 100%...
Anyone another suggestion?

-----Original Message-----
See

http://word.mvps.org/FAQs/General/SaveViewAndZoom.htm.

"Jannes" wrote:

Hello,

I want to set my view standard on 150% to all Word
documents. Also in Excel I want this.
I tried with Zoom but when I receive another

document
rom
someone the view is different. (version Word 2000)

Thanks in advanced.

Jannes

.


.


 




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
Outlook 2003 View Settings MADNESS laura General Discussion 7 August 20th, 2004 05:17 PM
downside standard deviation Stephen General Discussion 5 July 11th, 2004 10:34 PM
Forms view problem Josie Prell Using Forms 1 June 21st, 2004 10:51 PM
disable datasheet view in form John Milbury-Steen Using Forms 3 June 10th, 2004 03:45 PM
Gain / Loss Standard Deviation JW Worksheet Functions 1 May 19th, 2004 05:20 PM


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