P
Phil
I'm using this code to delete a sheet:
Sheets("START").Select
ActiveWindow.SelectedSheets.Delete
When I do this excel says there may be data on the sheet do you really want
to delete it? And then you have to click delete.
Is there a way to have it delete the sheet without having the user click
delete?
Thanks,
Phil
Sheets("START").Select
ActiveWindow.SelectedSheets.Delete
When I do this excel says there may be data on the sheet do you really want
to delete it? And then you have to click delete.
Is there a way to have it delete the sheet without having the user click
delete?
Thanks,
Phil