D
dsan
Worksheets(1).Select
ActiveWindow.SelectedSheets.Delete
When deleting a sheet from my workbook using the above code I am asked
to confirm that I really want to do this. How can I force the macro to
delete without requiring confirmation?
ActiveWindow.SelectedSheets.Delete
When deleting a sheet from my workbook using the above code I am asked
to confirm that I really want to do this. How can I force the macro to
delete without requiring confirmation?