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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top