![]() |
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
|
|||
|
|||
![]()
Hello,
I made a form in the public folders so it is available for all users internally. What I wanna do now is create a button on a toolbar in outlook that triggers that form. The form Launcher is niet quite an option. Structure is like this: Public Folders\Mailformulieren\ There is a form called Belmemo. Can anyone help me |
Ads |
#2
|
|||
|
|||
![]()
To create a new instance of a custom form programmatically, use the Add method on the target folder's Items collection:
Set newItem = targetFolder.Items.Add("IPM.Post.YourFormName") You can use the code at http://www.outlookcode.com/d/code/getfolder.htm to walk the folder hierarchy and return the MAPIFolder corresponding to a given path string. See http://www.outlookcode.com/d/launchform.htm for other ideas. -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "BTH" wrote in message ... Hello, I made a form in the public folders so it is available for all users internally. What I wanna do now is create a button on a toolbar in outlook that triggers that form. The form Launcher is niet quite an option. Structure is like this: Public Folders\Mailformulieren\ There is a form called Belmemo. Can anyone help me |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Create a custom toolbar | Rhonda | Outlook and VBA | 6 | January 30th 07 09:28 AM |
click a button on the toolbar (via VBA?) | Dan | Outlook and VBA | 7 | May 2nd 06 10:35 AM |
click a button on the toolbar (via VBA?) | Dan | Outlook - General Queries | 2 | May 1st 06 02:39 PM |
Toolbar button to evoke a custom view ? | [email protected] | Outlook - General Queries | 1 | March 20th 06 02:30 PM |
Toolbar button for show gridlines? | [email protected] | Outlook and VBA | 1 | February 14th 06 07:20 AM |