Here is the question that I have, Outlook creates 1 default calendar and I have created another one. If I run this:
I can only connect to the default folder, can I some how connect to the other one that I have created???
Thanks
Timgerr
-How important does a person have to be before they are considered assassinated instead of just murdered?
-Need more cow bell!!!
Code:
Set myOlApp = CreateObject("Outlook.Application")
Set myNameSpace = myOlApp.GetNameSpace("MAPI")
Set myCalendar = myNameSpace.GetDefaultFolder(olFolderCalendar)
Thanks
Timgerr
-How important does a person have to be before they are considered assassinated instead of just murdered?
-Need more cow bell!!!