Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I have the following code in Excel VBA to create an appointment in Outlook calander. I want also to add an optional attendees. Can anyone help? nothing I do seem to work! Dim objOL As Object Dim objItem As Object Dim lngRow As Long Set objOL = CreateObject("Outlook.Application") Set objItem = objOL.CreateItem(1) If Me.CheckBox_AdvanceParam.Value = True Then GoTo MultiplePM With objItem .Body = Me.ComboBox_PMType.Text .Duration = 360 .ReminderMinutesBeforeStart = (60 * 24) .Start = Me.TextBox_Date.Text & " 09:30:00 AM" .Subject = Me.ComboBox_PMType.Text & " on " & Me.ComboBox_System .Save End With Thanks a lot, Eran |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do I set up a repeating meeting in Outlook? | Excel Worksheet Functions | |||
how do i set up a repeating meeting in outlook? | Excel Discussion (Misc queries) | |||
how do i se up a repeating meeting in outlook? | Charts and Charting in Excel | |||
How can I programme excel to create and send an outlook meeting request? | Excel Programming | |||
Add an event / meeting in Outlook via Excel ? | Excel Programming |