Page zoom to 90% on all documents. 
Author Message
 Page zoom to 90% on all documents.

I first posted this in the word.vba.general group but there was no response.

Sorry for the cross post but I need an answer soon.

 We have a network with several users using word97 with different sized
 desktops.

 We would like to standardize the Page Zoom to 90% on all new documents and
all old documents.

 I copied have the following code in the normal.doc

 Private Sub Document_Open()
     ActiveWindow.ActivePane.View.Zoom.Percentage = 90
End Sub

 First is it possible to do this without code.

 Second How do I make this work when there are no active documents. (ie user
 opens the file from the file system or closes all documents then opens a
new
 one?)

 Thanks
-Merk



Sat, 26 Jul 2003 04:04:41 GMT  
 Page zoom to 90% on all documents.
This was the subject of a recent discussion on Woody's Word lounge that
resulted in 12 replies. It is more complex than you might think. Rather than
repeat them here, the link to it is:
http://www.wopr.com/cgi-bin/w3t/showthreaded.pl?Cat=&Board=wrd&Number...
page=2&view=collapsed&sb=5&vc=1

(This is all one line from http to =1 so you will have to cut and paste it
into your browser rather than just click on it.)

Hope this helps.
--
Charles Kenyon

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

Legal Users Guide (modified)
http://www.addbalance.com/usersguide
 --------- --------- --------- --------- --------- ---------
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.


Quote:
> I first posted this in the word.vba.general group but there was no
response.

> Sorry for the cross post but I need an answer soon.

>  We have a network with several users using word97 with different sized
>  desktops.

>  We would like to standardize the Page Zoom to 90% on all new documents
and
> all old documents.

>  I copied have the following code in the normal.doc

>  Private Sub Document_Open()
>      ActiveWindow.ActivePane.View.Zoom.Percentage = 90
> End Sub

>  First is it possible to do this without code.

>  Second How do I make this work when there are no active documents. (ie
user
>  opens the file from the file system or closes all documents then opens a
> new
>  one?)

>  Thanks
> -Merk



Sat, 26 Jul 2003 04:37:53 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Page zoom to 90% on all documents.

2. How to Rotet TextBox by 90 Digree

3. Error 85 and 90 - Please HELP

4. Application wizard fails - Error Code 90?

5. FORTRAN 90 with VB 4

6. Passing and retriving of strings from VB 6 to Fortran 90

7. To rotate a image 90 degrees...!

8. printing text rotated 90 degrees

9. printing at 90%

10. Turning a label or textbox text 90 degrees?

 

 
Powered by phpBB® Forum Software