![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
I created a custom template that I would like to access from the tool bar
instead of through the menus. Is there a way to do that? I saw a way to do it with forms using VBEditor but that wouldn't work with a template. Does anyone know how I can accomplish adding a button to the toolbar that will open my OFT file? Thanks! |
Ads |
#2
|
|||
|
|||
![]()
Write a little VBA macro and put the macro on the toolbar:
Sub DoIt() Set msg = Application.CreateItemFromTemplate("C:\myfile.oft" ) msg.Display End Sub -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "drumz" wrote: I created a custom template that I would like to access from the tool bar instead of through the menus. Is there a way to do that? I saw a way to do it with forms using VBEditor but that wouldn't work with a template. Does anyone know how I can accomplish adding a button to the toolbar that will open my OFT file? Thanks! |
#3
|
|||
|
|||
![]()
Ok.. and just how to you add a macro to your toolbar :-)
Quote:
|
#4
|
|||
|
|||
![]() Quote:
I have been trying to do this for months with Outlook 2010. Using original Menus/Toolbars in Outlook 2007 was a snap by simply dragging a command to the toolbar and changing the command to a hyperlink of my template. I couldn't figure out how to accomplish this with Outlook 2010. If you were here, and my wife of 30 years wasn't, I'm not really sure what I'd do, but I'd do it! Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How do I find an Outlook template I created for mailing? | PlarfySoober | Outlook - General Queries | 7 | April 7th 10 09:57 PM |
Created new template for contact birthdays to calendar? | CHAMP | Outlook - Using Contacts | 0 | March 4th 09 12:14 AM |
Text Box on MS Outlook Task Template I Created | Wayne | Outlook - Using Forms | 1 | January 16th 08 09:56 PM |
Assigning an Outlook template to a toolbar | Heather Pitch | Outlook and VBA | 3 | July 1st 06 12:01 AM |
Template on Toolbar | Neil_Dell | Outlook - General Queries | 6 | June 13th 06 08:01 PM |