How can extend the list of recently used templates to 9?

G

Guest

Normally one sees 4 recently used templates. I use a lot of templates.
Therefore I would like to extend the list to 9 like in the recently used
files.
 
G

Graham Mayor

Replace the File > New command with the FileNewDialog command (or add the
following macro to normal.dot) and you can access all your templates at a
single click rather than use the TaskPane:

Sub FileNew()
Dialogs(wdDialogFileNew).Show
End Sub

http://www.gmayor.com/installing_macro.htm

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

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
G

Graham Mayor

Replace the File > New command with the FileNewDialog command (or add the
following macro to normal.dot) and you can access all your templates at a
single click rather than use the TaskPane:

Sub FileNew()
Dialogs(wdDialogFileNew).Show
End Sub

http://www.gmayor.com/installing_macro.htm

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

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

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