Deleting a sheet without that annoying popup
Posted by doug on January 24, 2001 1:05 PM
Currently the code i'm using to delete a sheet is
Sheets("Sheet3").Select
ActiveWindow.SelectedSheets.delete
however a popup is shown asking if i am sure. Is there any way to make the
popup not show up?