Turn off messages

spock1971

Registered User.
Local time
Today, 14:55
Joined
Nov 14, 2004
Messages
80
I'm building a macro and part of the macro will be to delete a worksheet.

How do I code not to say :'You are about to delete a sheet - proceed' message box.

Cheers
 
Code:
Application.DisplayAlerts = False

    Your Code Here

Application.DisplayAlerts = True
 

Users who are viewing this thread

Back
Top Bottom