I wrote vba code to delete a sheet permanently. When i run it, comes up with the following message:
“Data may exist in the sheet(s) selected for deletion. To permanently delete the data, press Delete.”
How can i write this code so that it deletes the worksheet automatically without the message popping up?
ThisWorkbook.Sheets("SVT").Delete
You can use: