Templates File

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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 :-)
 
Back
Top