W
Wim VR
Hello,
I wish that excel gets the contact info from a public folder
"A-contactpersonen" instead of the DefaultFolder.
How could I change this?
Set OLF = GetObject("",
"Outlook.Application").GetNamespace("MAPI").GetDefaultFolder(10)
If OLF Is Nothing Then
Set OLF =
CreateObject("Outlook.Application").GetNamespace("MAPI").GetDefaultFolder(10)
Greetz,
Wim
I wish that excel gets the contact info from a public folder
"A-contactpersonen" instead of the DefaultFolder.
How could I change this?
Set OLF = GetObject("",
"Outlook.Application").GetNamespace("MAPI").GetDefaultFolder(10)
If OLF Is Nothing Then
Set OLF =
CreateObject("Outlook.Application").GetNamespace("MAPI").GetDefaultFolder(10)
Greetz,
Wim