Hi

Does anyone know how I can change the layout of the default
"Document1" that Word opens automatically on entry. I know I can
create a new document based on my own template, however I would like
it to avoid the extra keystrokes.

Thanks

Elliot

Re: Document1 by Stefan

Stefan
Tue Mar 04 07:20:31 PST 2008

See http://word.mvps.org/faqs/customization/CustomizeNormalTemplate.htm.

--
Stefan Blom
Microsoft Word MVP


"Elliot" wrote in message
news:1436cb74-a9b7-4498-bbc8-ffa6f8b5153e@n36g2000hse.googlegroups.com...
> Hi
>
> Does anyone know how I can change the layout of the default
> "Document1" that Word opens automatically on entry. I know I can
> create a new document based on my own template, however I would like
> it to avoid the extra keystrokes.
>
> Thanks
>
> Elliot



Re: Document1 by Graham

Graham
Tue Mar 04 07:30:36 PST 2008

The default document template is normal.dot. You can make modest changes to
this document, but I would urge you not to do any more than that as it can
have knock-on effects to other documents.

If you want to make radical changes to the default template then instead
create your own template and drop a link to it on the desktop. As the
default action for templates is New, clicking the link will open Word with a
new document based on your template.

For new documents while Word is open, add a button to the toolbar to run a
macro containing the line
Documents.Add Template:="C:\template path\Template name.dot"

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

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


Elliot wrote:
> Hi
>
> Does anyone know how I can change the layout of the default
> "Document1" that Word opens automatically on entry. I know I can
> create a new document based on my own template, however I would like
> it to avoid the extra keystrokes.
>
> Thanks
>
> Elliot



Re: Document1 by fumei

fumei
Tue Mar 04 13:28:50 PST 2008

Elliot, I would strongly encourage you to heed Graham's advice. Unless there
is a serious requirement to do so, messing with normal.dot is not a good idea.


Graham Mayor wrote:
>The default document template is normal.dot. You can make modest changes to
>this document, but I would urge you not to do any more than that as it can
>have knock-on effects to other documents.
>
>If you want to make radical changes to the default template then instead
>create your own template and drop a link to it on the desktop. As the
>default action for templates is New, clicking the link will open Word with a
>new document based on your template.
>
>For new documents while Word is open, add a button to the toolbar to run a
>macro containing the line
>Documents.Add Template:="C:\template path\Template name.dot"
>
>> Hi
>>
>[quoted text clipped - 6 lines]
>>
>> Elliot

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.aspx/word-programming/200803/1


Re: Document1 by Elliot

Elliot
Tue Mar 04 14:43:22 PST 2008

Thanks to everyone for all the great advice.

Elliot