Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Create meeting in outlook from Excel vba

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do I set up a repeating meeting in Outlook? MOSTAFA Excel Worksheet Functions 6 February 19th 10 01:26 AM
how do i set up a repeating meeting in outlook? Naomi x Excel Discussion (Misc queries) 2 November 12th 07 04:49 PM
how do i se up a repeating meeting in outlook? m haider Charts and Charting in Excel 1 August 15th 07 08:05 PM
How can I programme excel to create and send an outlook meeting request? Keith Mason via OfficeKB.com Excel Programming 2 April 12th 05 02:22 PM
Add an event / meeting in Outlook via Excel ? Mark Rosenkrantz[_3_] Excel Programming 1 July 25th 04 12:47 PM


All times are GMT +1. The time now is 12:28 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"