Hi
I´m basicly using a code like this:
Sub SheetEraser()
Application.DisplayAlerts = False
Sheets("Sheet7").Delete
Application.DisplayAlerts = True
End Sub
But it still prompt when deleting the sheet.
Even as a single sub.
Almost gives up now. Hope somone can help.
I´m basicly using a code like this:
Sub SheetEraser()
Application.DisplayAlerts = False
Sheets("Sheet7").Delete
Application.DisplayAlerts = True
End Sub
But it still prompt when deleting the sheet.
Even as a single sub.
Almost gives up now. Hope somone can help.