![]() |
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 have a form created in .OFT format.
i want to automatically add a button to the main Outlook window that will open this form. I can do it manually - be creating a button with "Edit hyperlink" menu I also found this script: Sub MakeItem() Set newItem = Application.CreateItemFromTemplate("c:\your path\open test.oft") newItem.Display Set newItem = Nothing End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Button To Open Template - Outlook 2007 | garfong | Outlook and VBA | 7 | May 22nd 08 09:37 AM |
Outlook 2003 - Button to add body text to an OPEN email | Patrick Pirtle | Outlook and VBA | 5 | September 14th 07 03:15 PM |
OFT Files won't open correctly - email instead of template | Tmuldoon | Outlook - Using Forms | 1 | April 23rd 07 09:48 PM |
How do i open a word template from within a contact in Outlook 200 | Mark | Outlook - Using Contacts | 3 | July 28th 06 08:48 PM |
Outlook 2000 - Button to run Macro then open Database | David C | Outlook and VBA | 1 | January 25th 06 03:44 PM |