Group:  Microsoft Word ยป microsoft.public.word.newusers
Thread: Word 2007

Geek News

Word 2007
"Geoff" <lvr181[ at ]maybehotmail.com> 11/5/2008 4:13:06 AM
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


Re: Word 2007
"Graham Mayor" <gmayor[ at ]REMOVETHISmvps.org> 11/5/2008 7:32:03 AM
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:
[Quoted Text]
> 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


Re: Word 2007
Hendry_Budiman <Hendry_Budiman.357639f[ at ]wordbanter.com> 11/5/2008 10:10:04 AM
'Geoff[_2_ Wrote: > ;375997']When opening a document, or creating a new document, the view > is always less
[Quoted Text]
> 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
Re: Word 2007
"Geoff" <lvr181[ at ]maybehotmail.com> 11/6/2008 10:24:58 PM
Thanks Graham.


"Graham Mayor" <gmayor[ at ]REMOVETHISmvps.org> wrote in message
news:uya8ZixPJHA.1908[ at ]TK2MSFTNGP04.phx.gbl...
[Quoted Text]
> 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
>
>


Re: Word 2007
"Stefan Blom" <no.spam[ at ]please.xyz> 11/7/2008 10:40:56 AM
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" <Hendry_Budiman.357639f[ at ]wordbanter.com> wrote in message
news:Hendry_Budiman.357639f[ at ]wordbanter.com...
[Quoted Text]
>
> '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


Home | Search | Terms | Imprint Contact
Newsgroups Reader - provided by WiredBox.Net