RyanScharfy
Technical User
I want the worksheet to be deleted without the annoying "This sheet will be Permanently Deleted", click OK message.
Here's the current code.
Sub DeleteMacro2
Sheets("Macro (2)".Select
ActiveWindow.SelectedSheets.Delete
End Sub
Here's the current code.
Sub DeleteMacro2
Sheets("Macro (2)".Select
ActiveWindow.SelectedSheets.Delete
End Sub