VBA Non-functional after uninstall Outlook 2003

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

I installed, used, then uninstalled a trial version of Outlook 2003.
The preexisting version of Outlook was 2002.

All my preexisting VBA worked fine with 2003. I then uninstalled
Outlook 2003,
then reinstalled Outlook 2002. Now, my VBA doesn't function.

When I open the Outlook VBA Editor, a message box tells me "Error in
loading DLL"; it doesn't specify which DLL. I get the same result
when I try running any VBA procedure, even one as simple as "Dim i as
Integer".

All the VBA code is still there; VBAProject.OTM is intact.

I also get this message box when double clicking to open
ThisOutlookSession.

My security settings are OK, permissions OK, etc.

I repaired, uninstalled, reinstalled Office XP - to no avail.

Does anyone have an insight on this?

-- Bill
 
Sue Mosher said:
Could you check your event log to see if it has any additional clues?

Yes, and there is nothing out of the ordinary. Nothing coinciding
with attempting to run VBA.

-- Bill
 
Back
Top