#1   Report Post  
Posted to microsoft.public.word.newusers
Geoff[_2_] Geoff[_2_] is offline
external usenet poster
 
Posts: 9
Default Word 2007

When opening a document, or creating a new document, the view is always less
than 100% - its seems to be around 75%.

How can I set a default to always open at 100%?

Thanks


  #2   Report Post  
Posted to microsoft.public.word.newusers
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Word 2007

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()
With ActiveWindow.View
'**********************
.Type = wdPrintView
'.Type = wdNormalView
'**********************
.Zoom.Percentage = 100
End With
End Sub

Sub AutoOpen()
ActiveWindow.Caption = ActiveDocument.FullName
With ActiveWindow.View

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

--

Graham Mayor - Word MVP

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



Geoff wrote:
When opening a document, or creating a new document, the view is
always less than 100% - its seems to be around 75%.

How can I set a default to always open at 100%?

Thanks



  #3   Report Post  
Hendry_Budiman Hendry_Budiman is offline
Junior Member
 
Posts: 3
Default

Quote:
Originally Posted by Geoff[_2_] View Post
When opening a document, or creating a new document, the view is always less
than 100% - its seems to be around 75%.

How can I set a default to always open at 100%?

Thanks

i`m not really understand with word 2007 because its new for me.
But if i not false, you can go to options and setting for zoom what you want. and after that safe.
So everytime you open you doc, you always open at 100%
  #4   Report Post  
Posted to microsoft.public.word.newusers
Geoff[_2_] Geoff[_2_] is offline
external usenet poster
 
Posts: 9
Default Word 2007

Thanks Graham.


"Graham Mayor" wrote in message
...
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()
With ActiveWindow.View
'**********************
.Type = wdPrintView
'.Type = wdNormalView
'**********************
.Zoom.Percentage = 100
End With
End Sub

Sub AutoOpen()
ActiveWindow.Caption = ActiveDocument.FullName
With ActiveWindow.View

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

--

Graham Mayor - Word MVP

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



Geoff wrote:
When opening a document, or creating a new document, the view is
always less than 100% - its seems to be around 75%.

How can I set a default to always open at 100%?

Thanks





  #5   Report Post  
Posted to microsoft.public.word.newusers
Stefan Blom Stefan Blom is offline
external usenet poster
 
Posts: 8,428
Default Word 2007

As far as the zoom and view are concerned, the same rules still apply to
Word 2007. See http://word.mvps.org/FAQs/General/SaveViewAndZoom.htm.

--
Stefan Blom
Microsoft Word MVP



"Hendry_Budiman" wrote in message
...

'Geoff[_2_ Wrote:
;375997']When opening a document, or creating a new document, the view
is always less
than 100% - its seems to be around 75%.

How can I set a default to always open at 100%?

Thanks



i`m not really understand with word 2007 because its new for me.
But if i not false, you can go to options and setting for zoom what you
want. and after that safe.
So everytime you open you doc, you always open at 100%




--
Hendry_Budiman



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
format field percentage merge Word 2007 from excel 2007 LoisInAlaska Mailmerge 3 September 15th 08 06:47 PM
Word 2007 Linked OLE Object to Excel 2007 file performance problem Aaron LaBeau Microsoft Word Help 0 September 5th 08 01:42 PM
Adding Powerpoint 2007 slide as landscape into Word 2007 portrait aDude Page Layout 1 June 16th 08 12:12 AM
multi-page visio 2007 in word 2007 with automatic figure caption russ Microsoft Word Help 0 March 20th 07 09:44 PM
Change layout of address inserted from Outlook 2007 to Word 2007? Ron Perry Microsoft Word Help 3 December 26th 06 08:21 PM


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