help: automated delete without question
FireatHome,
Just prior to that line of code:
Application.DisplayAlerts = False
and just after it
Application.DisplayAlerts = True
John
FireatHome wrote:
In VBA I delete a sheet with this command:
"ActiveWindow.SelectedSheets.Delete"
I get a msgbox where I have to "OK" to perform the delete.
Q: How to delete without the msgbox
|