L
Lance Hoffmeyer
Hey all,
Found some code that either selects the default
calendar or allow me to pick a folder
Set MyFolder=onNamespace.GetDefaultFolder(9).Items
'Set MyFolder = onNamespace.PickFolder.Items
I would like to change these options so that
MyFolder is set to this folder/calendar:
"Public Folders\All Public Folders\DDD\DDD Calendar"
How do I do this in VBA Outlook 2007?
Lance
Found some code that either selects the default
calendar or allow me to pick a folder
Set MyFolder=onNamespace.GetDefaultFolder(9).Items
'Set MyFolder = onNamespace.PickFolder.Items
I would like to change these options so that
MyFolder is set to this folder/calendar:
"Public Folders\All Public Folders\DDD\DDD Calendar"
How do I do this in VBA Outlook 2007?
Lance