turn off messagess

E

excel programming

Hi guys and girls,

There is a way to turn off any kind on message pop ups in excel. does
any one know how?
thank you


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 
J

Jim Rech

at end of code
application.displayalerts = true

At the end of code Excel automatically resets alerts. I don't think I've
ever used the above line of code. Did I ever want Excel alerts in the
middle of my code? I don't think so.
 
Top