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.

 
Go Back  dBforums > PC based Database Applications > Microsoft Access > outlook calendar

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-02-10, 05:03
stc834 stc834 is offline
Registered User
 
Join Date: Oct 2003
Location: Lebanon
Posts: 43
outlook calendar

Hi
I'm using this code (below) to create an appointment in my outlook calendar.
It is working very well, but the appointment is created in the default user calendar.
What should I add to have this item created in other user calender?

Dim objOLApp As Outlook.Application
Dim vSubj, vBody As String
Dim NewApp As Outlook.AppointmentItem
Set objOLApp = New Outlook.Application
Set NewApp = objOLApp.CreateItem(olAppointmentItem)
__________________
Dani_30
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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