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 O
crash. When i try to open OE it does open, but it takes forever. W
have tried it on different computers, and OE crashed all the time.

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

It removes the original Menu Bar and replace it with another, but it'
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?

/Stromm
 
Hi Again

First: Sorry for the Multilple Post, it wont happen again ;)
Both me and my son use the same NickName/Login and all his posts ar
signed with "Stromma", mine are signed "Roger".

Second: Thanks Dave & Don for trying to help!

We have tried both your suggestions without any luck.

I have a few WorkBooks with VB Codes myself and everything have worke
ok until now. After using this particular WorkBook Outlook Expres
takes between 4 & 5 minutes to open. We re-installed one of th
computers and it all seemed to be working just fine, but afte
open/close 5 or 6 times it crashed OE again.

We have tried it on 6 different computers...and they all ge
"meesedup"...
PC1. Win 98 SE / Office 2000
PC2. Win 2000 / Office 2000
PC3. Win Me / Office 2000
PC4. Win Me / Office 2000
PC5. Win XP / Office 2000
PC6. Win XP / Office 2003

Any other suggetions?

/Roge
 
Back
Top