VBA and MS Outlook Calendar...
-
I do not even know where to start with this request, but I need to be able to write some text to about 40 years worth of a MS Outlook Calendar. Is it possible to programmatically write to a MS Calendar in Outlook in a loop?
for each item in Microsoft.Outlook.Calendar(myName@email.com) Outlook.Date.Text = "Text to Write" Next
Are there some articles about writing code for Outlook Calendars that you could point me to? Any assistance would be appreciated. -
I do not even know where to start with this request, but I need to be able to write some text to about 40 years worth of a MS Outlook Calendar. Is it possible to programmatically write to a MS Calendar in Outlook in a loop?
for each item in Microsoft.Outlook.Calendar(myName@email.com) Outlook.Date.Text = "Text to Write" Next
Are there some articles about writing code for Outlook Calendars that you could point me to? Any assistance would be appreciated.