Macro Help

B

Bruce D.

I am using a macro and at the end of the process I am deleting a worksheet.
When this performs a pop up appears waiting to accept clicking on the delete
button to continue. Is there a default setting somewhere to prevent excel
asking for this to be done or can I code this to accept the delete button
somehow in my macro.

Thanks.
 
D

Don Guillett

You should ALWAYS post your code for comments
application.displayalerts=false
 
Top