View Single Post
  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default How to change templates display from icons to list or details?

If you are using Word on Windows XP then

Sub FileNewDialog()
SendKeys "{TAB 6}{Right}+{TAB 6}"
Dialogs(wdDialogFileNew).Show
End Sub

should work for List or

Sub FileNewDialog()
SendKeys "{TAB 6}{Right 2}+{TAB 6}"
Dialogs(wdDialogFileNew).Show
End Sub

for details.

--

Graham Mayor - Word MVP

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



mikewillnot wrote:
Thanks, Suzanne. I'm using subfolders, but still have the
overcrowding problem, both on the General screen and in one or two
subfolders. Some VBA isn't over my head, but some direction would
help.

On Nov 9, 7:14 pm, "Suzanne S. Barnhill" wrote:
You can't, at least not without some VBA. Have you considered adding
subfolders to your Templates folder? Each will show up as a separate
tab, and you can move templates to the appropriate subfolders/tabs
so that you don't have so many displayed on the General tab.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA