Templates File

S

Starlis

I would like to save the *view* when I open my templates file to *list* from
*large icons* (the current setting) I am using Word 07. Is there a way to do
that?
 
C

Cindy M.

Hi =?Utf-8?B?U3Rhcmxpcw==?=,
I would like to save the *view* when I open my templates file to *list* from
*large icons* (the current setting) I am using Word 07. Is there a way to do
that?
There's nothing built into Word, but this little macro works for me:

Sub ShowDlgNewDoc()
With Dialogs(wdDialogFileNew)
SendKeys "%3"
.Show
End With
End Sub

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top