C
Carol Geddes
I get the runtime error and it says "Array index out of bounds"
On the second line of code below.
Set nms = Outlook.GetNamespace("Mapi")
Set fld = nms.Folders(olFolderContacts).Folders("ModifiedContact")
Originally I had in the second line.
Set fld = nms.GetDefaultFolder(olFolderContacts)
This worked but I wish to go to a custom folder now.
Any idea what am I doing wrong?
I find the help quite difficult to use in Outlook 2000.
Thanks, (newbie)
Carol
On the second line of code below.
Set nms = Outlook.GetNamespace("Mapi")
Set fld = nms.Folders(olFolderContacts).Folders("ModifiedContact")
Originally I had in the second line.
Set fld = nms.GetDefaultFolder(olFolderContacts)
This worked but I wish to go to a custom folder now.
Any idea what am I doing wrong?
I find the help quite difficult to use in Outlook 2000.
Thanks, (newbie)
Carol