W
Wendy
Using VBA from within Word, I can display the 'Select Name' dialog box via
the following code:-
strAddress = Application.GetAddress(AddressProperties:=strCode, _
UseAutoText:=False, DisplaySelectDialog:=1, _
RecentAddressesChoice:=True, UpdateRecentAddresses:=True)
However, my client has numerous Public folders and when you click on 'Public
Folders' in the dialog, it will not display the subfolders. They would like
to be able to select Contacts from all the subfolders underneath the Public
folders, as well as the normal address books etc.
It's not a permissions issue as the user has rights etc. to these folders
normally. Maybe I'm just missing a parameter to make all the subfolders
viewable? Any help would be appreciated.
the following code:-
strAddress = Application.GetAddress(AddressProperties:=strCode, _
UseAutoText:=False, DisplaySelectDialog:=1, _
RecentAddressesChoice:=True, UpdateRecentAddresses:=True)
However, my client has numerous Public folders and when you click on 'Public
Folders' in the dialog, it will not display the subfolders. They would like
to be able to select Contacts from all the subfolders underneath the Public
folders, as well as the normal address books etc.
It's not a permissions issue as the user has rights etc. to these folders
normally. Maybe I'm just missing a parameter to make all the subfolders
viewable? Any help would be appreciated.