G
Guest
Hi,
I have a Word VBA macro that lists all the Outlook Contact folders in a
UserForm, and then lets the end user pick contacts from one of the folders to
place in Word documents.
It's working swimmingly on many many computers. However. Recently on two
computers I get the following error when it tries to get the Outlook contact
folder names. Ironically, one person getting the error is the administrator
who has the most "rights" of all. (I am told).
Error message:
Run-time error -1767636707 (96a4o11d)':
The Information Store could not be opened.
Below is the code that generates the error. Specifically, I believe it's
the middle line where I get the error, but I'm no longer at that machine and
not sure:
For Each fFolder In oNspc.Folders
If fFolder.Folders.Count > 0 Then
For Each subFolder In fFolder.Folders
The user has a personal contacts folder and access to a public contacts
folder.
Any ideas on why this is happening? ANd how I can get that list of folders?!
Thanks so much.
Laura
I have a Word VBA macro that lists all the Outlook Contact folders in a
UserForm, and then lets the end user pick contacts from one of the folders to
place in Word documents.
It's working swimmingly on many many computers. However. Recently on two
computers I get the following error when it tries to get the Outlook contact
folder names. Ironically, one person getting the error is the administrator
who has the most "rights" of all. (I am told).
Error message:
Run-time error -1767636707 (96a4o11d)':
The Information Store could not be opened.
Below is the code that generates the error. Specifically, I believe it's
the middle line where I get the error, but I'm no longer at that machine and
not sure:
For Each fFolder In oNspc.Folders
If fFolder.Folders.Count > 0 Then
For Each subFolder In fFolder.Folders
The user has a personal contacts folder and access to a public contacts
folder.
Any ideas on why this is happening? ANd how I can get that list of folders?!
Thanks so much.
Laura