I can delete a sheet in Excel with code, but a popup comes up telling me that 'data' may be lost if the tab is deleted...
is there a way to delete the tab and avoid the popup?
Here is what I have:
thanks in advance!Code:With Sheets(i) .Select .Unprotect .Delete End With




Reply With Quote