application.displayalerts

E

Erin

When running excel under IE, it doesn't like
application.displayalerts. I think it's because it
thinks I'm trying to control the browser with this
method. But, my macro is deleting sheets and I don't want
the user to get the warning about the sheets being
deleted. Any other way to suppress this message?
 
D

Don Guillett

I haven't seen one. Should be a way to do with sendkeys but it doesn't seem
to work.
 
Top