Does anyone know how to delete a sheet w/o being prompted with a "are you sure you want to delete this sheet, etc" in code of course?????????
Printable View
Does anyone know how to delete a sheet w/o being prompted with a "are you sure you want to delete this sheet, etc" in code of course?????????
Code:Application.DisplayAlerts = False
' Do what you need here...
Application.DisplayAlerts = True
exsellent -- thanks