I
ianripping
In my workbook I have a macro that creates some sheets with the@
character.
I would like to have a macro that looks for any sheets with the @
character and deletes them.
Something like
Sub DeleteSheet()
Application.DisplayAlerts = False
Sheets(@).Delete
Application.DisplayAlerts = True
End Sub
But obviously a macro that actually does this.
Any suggestions?
character.
I would like to have a macro that looks for any sheets with the @
character and deletes them.
Something like
Sub DeleteSheet()
Application.DisplayAlerts = False
Sheets(@).Delete
Application.DisplayAlerts = True
End Sub
But obviously a macro that actually does this.
Any suggestions?