I am using the following code to delete a sheet within Excel:
ActiveWindow.SelectedSheets.Delete
Problem is, it is prompting the user to see if it is okay to delete. In
every scenario of this macro, it will be okay to delete, so how can I bypass
this message?
Bookmarks