What is showing when you display your references in the VB editor?
You might be able to just re-register a DLL or something using the rgsvr32 command.
You might be able to just re-register a DLL or something using the rgsvr32 command.
in the VBE IDE under Tools > Reference if you click the browse button then try to locate the MSOUTL.OLB file you may be able rectify the problem.It couldn't find MSOUTL.OLB when I tried to register
There has to be a correct reference to outlook regardless of when the binding occurs. My problem is with Office 365 and the environment I'm trying to run in, not VBA.Can you try this
Dim MyOutlook as object
Set MyOutlook = CreateObject("Outlook.Application")
have you checked your reference to ensure nothing is missing?