Hi,
If I want to delete a sheet, I always get a mesage to confirm this action and it stops the macro untill I give a response.
"Data may exist in the sheets(s) selected for deletion. To permanently delete the data, press Delete"
This is the way I currently perform this action:
ActiveWindow.SelectedSheets.Delete
JP
Bookmarks