Hi All
I use outlook for generating reports and mailing them. References msoutl9.olb, opens it as "outlook.application" object.
Works fine for more users, but one user gets a Err 48: Missing DLL file when I run:
set objOutlook = CreateObject("Outlook.Application")
I've re-installed outlook 2K, Office 97, run the repair, confirmed the file is present, etc. The entry assist does show the properies and methods of Outlook, so it is working to some extent.
Outlook itself runs fine on his system. Same code works fine on other (almost identical) systems.
Anyone know what other DLL's are being referenced, or what may be the cause?
I use outlook for generating reports and mailing them. References msoutl9.olb, opens it as "outlook.application" object.
Works fine for more users, but one user gets a Err 48: Missing DLL file when I run:
set objOutlook = CreateObject("Outlook.Application")
I've re-installed outlook 2K, Office 97, run the repair, confirmed the file is present, etc. The entry assist does show the properies and methods of Outlook, so it is working to some extent.
Outlook itself runs fine on his system. Same code works fine on other (almost identical) systems.
Anyone know what other DLL's are being referenced, or what may be the cause?