VBA Crashes Outlook Express

  • Thread starter Thread starter Stromma
  • Start date Start date
S

Stromma

Hi All

I've got a WorkBook form a college, and for some reason, it makes OE
crash. When i try to open OE it does open, but it takes forever. We
have tried it on different computers, and OE crashed all the time.

All the code does is prevent users from changing some values, hide
sheets, set up print options.

It removes the original Menu Bar and replace it with another, but it's
all set back Before_Close.

It contains:
Application.ScreenUpdating = False
Application.DisplayAlerts = False
Application.EnableEvents = False

but their all set back to True Before_Close.

Anyone else who has come across this?

How is this possible?

/Stromma
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top