View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Stromma[_4_] Stromma[_4_] is offline
external usenet poster
 
Posts: 1
Default VBA Crashes Outlook Express

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


---
Message posted from http://www.ExcelForum.com/