![]() |
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
|
|||
|
|||
![]()
Outlook 2003
I have regular and frequent appointments with the same people on the same topic. I wanted to write some quick VBA code to create an appointment from a form where I select from standard options. Alternatively, add some fields (text and drop downs) to a calendar entry form, which I load via a toolbar button. I Googled for some code examples but cannot find anything. Can anyone point me in the right direction, or give some advice. I've never programmed in Outlook VBA, but I have programmed in Excel VBA & VB6. Thanks. |
Ads |
#2
|
|||
|
|||
![]() This creates a new item: Dim Appt as Outlook.AppointmentItem Set Appt=Application.CreateItem(olApoointmentItem) You can then set every property like you want. Please look into the Object Browser for what's available: Click f2, switch from All Libraries to Outlook, and select the AppointmentItem left hand. -- Best regards Michael Bauer - MVP Outlook Use Outlook Categories? This is Your Tool: http://www.vboffice.net/product.html?id=2006063&cmd=detail&lang=en&pub=6 Am Fri, 8 Feb 2008 15:54:21 +0800 schrieb ZootRot: Outlook 2003 I have regular and frequent appointments with the same people on the same topic. I wanted to write some quick VBA code to create an appointment from a form where I select from standard options. Alternatively, add some fields (text and drop downs) to a calendar entry form, which I load via a toolbar button. I Googled for some code examples but cannot find anything. Can anyone point me in the right direction, or give some advice. I've never programmed in Outlook VBA, but I have programmed in Excel VBA & VB6. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
how to create custom appointment | sjsdoc | Outlook - Calandaring | 3 | January 2nd 07 03:31 PM |
Create and set up custom forms in OWA | Reto. | Outlook - Using Forms | 1 | July 24th 06 03:14 PM |
how to create CUSTOM calendar? | Gems There | Outlook - Calandaring | 1 | May 24th 06 11:25 PM |
How do I create a custom fax template? | [email protected] | Outlook - General Queries | 2 | May 8th 06 10:38 PM |
Create a custom appointment form | Theresa Smallwood | Outlook - Using Forms | 1 | April 27th 06 09:14 PM |