Visual Basic error when opening outlook

  • Thread starter Thread starter OldHack
  • Start date Start date
O

OldHack

Hi; I am getting a Visual Basic Error message when I double click on the
Microsoft Outlook Icon pertaining to the Outlook.exe file. It also says
abnormal termination at the bottom of the Error message box. When I get the
Error message I click on Ok, and the program closes. Then I can double click
the Microsoft Outlook Icon again and it opens and works just fine every
time. I need to use it until I log off that user and logon as another user.
Then It does it all over again just like before for the user I am presently
logged on as. Thanks for your help.
 
Visual Basic is the programming language one can use to customize Outlook.
Outlook is not written in Visual Basic. If you are getting a VB error,
either you, or something you have added to Outlook, has added VB code to
your Outlook. You can open the VB code editor in Outlook by going to
Tools:Macro:VB Editor. You can see what code is there and see if you can
identify the source of the problem.
 
Back
Top