KeithWilliams
Registered User.
- Local time
- Today, 21:40
- Joined
- Feb 9, 2004
- Messages
- 137
Hi,
I am running the following code:
Dim objOutlook As Outlook.Application
Set objOutlook = GetObject(, "Outlook.Application")
I get the error number 48: "Error in loading DLL"
I am running MS Access 2000 SP-3. On this version I have the Microsoft Outlook 11.0 Object Library (MSOUTL.OLB ) available and I have added it in Tools > References. I have also tried copying the Microsoft Outlook 9.0 Object Library (MSOUTL.OLB ) to my machine and linking that in instead of the 11.0 library, but this makes no difference to the error.
I would be grateful for any help.
Thanks,
Keith.
I am running the following code:
Dim objOutlook As Outlook.Application
Set objOutlook = GetObject(, "Outlook.Application")
I get the error number 48: "Error in loading DLL"
I am running MS Access 2000 SP-3. On this version I have the Microsoft Outlook 11.0 Object Library (MSOUTL.OLB ) available and I have added it in Tools > References. I have also tried copying the Microsoft Outlook 9.0 Object Library (MSOUTL.OLB ) to my machine and linking that in instead of the 11.0 library, but this makes no difference to the error.
I would be grateful for any help.
Thanks,
Keith.