![]() |
#5
|
||||
|
||||
![]()
Create a macro as follows and assign the macro to a keyboard shortcut. The procedure is the same as that at http://www.gmayor.com/installing_macro.htm albeit that uses Word as a platform.
Code:
Sub MyNewMessage() Dim olItem As MailItem Set olItem = CreateItemFromTemplate("C:\TemplatePath\TemplateName.oft") olItem.Display End Sub
__________________
Graham Mayor - MS MVP (Word) (2002-2019) Visit my web site for more programming tips and ready made processes www.gmayor.com |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Need to forward subject alone of mails | abhikulsh | Outlook | 1 | 08-28-2013 10:47 AM |
Header automatically displays title of next section | Dr Wu | Word | 1 | 04-11-2013 02:59 AM |
![]() |
daddyb | Outlook | 1 | 01-05-2012 07:40 AM |
Larger Font in To, cc, bcc and subject | maggiefrommemphis | Outlook | 0 | 09-15-2010 11:04 AM |
E mail subject....help | kelisia12 | Outlook | 1 | 02-24-2010 10:48 PM |