G Guest Jan 16, 2006 #1 Is there a way of making a shortcut key to open templates after opening a new document with ctrl N (ie recently used templates??
Is there a way of making a shortcut key to open templates after opening a new document with ctrl N (ie recently used templates??
G Graham Mayor Jan 16, 2006 #2 Do you want to open the template to edit it, or do you want to create a new document from it? If the former create a macro containing the line Documents.Open FileName:="C:\Path\filename.dot" where "C:\Path\filename.dot" is the full path to your template. If the latter create a macro containing the line Documents.Add Template:="Normal" where "Normal" is the name of your template In either case assign a keyboard shortcut to the macro http://www.gmayor.com/installing_macro.htm -- <>>< ><<> ><<> <>>< ><<> <>>< <>><<> Graham Mayor - Word MVP My web site www.gmayor.com <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Do you want to open the template to edit it, or do you want to create a new document from it? If the former create a macro containing the line Documents.Open FileName:="C:\Path\filename.dot" where "C:\Path\filename.dot" is the full path to your template. If the latter create a macro containing the line Documents.Add Template:="Normal" where "Normal" is the name of your template In either case assign a keyboard shortcut to the macro http://www.gmayor.com/installing_macro.htm -- <>>< ><<> ><<> <>>< ><<> <>>< <>><<> Graham Mayor - Word MVP My web site www.gmayor.com <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
S Suzanne S. Barnhill Jan 16, 2006 #3 Note also that you can create a desktop shortcut to a template; double-clicking on that shortcut will create a new document based on the template. -- Suzanne S. Barnhill Microsoft MVP (Word) Words into Type Fairhope, Alabama USA Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit.
Note also that you can create a desktop shortcut to a template; double-clicking on that shortcut will create a new document based on the template. -- Suzanne S. Barnhill Microsoft MVP (Word) Words into Type Fairhope, Alabama USA Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit.