I run a VBA macro that may delete a sheet within a file. Before I delete the sheet, I execute this line of code
Yet I still get this message:
"Data May Exist in the sheet(s) selected for deletion. To permanently delete the data press delete."
Suggestions?
Code:
Application.EnableEvents = False
"Data May Exist in the sheet(s) selected for deletion. To permanently delete the data press delete."
Suggestions?