Thread
:
delete sheet
View Single Post
#
1
Posted to microsoft.public.excel.programming
Esau[_2_]
external usenet poster
Posts: 4
delete sheet
how can i write this without answering yes or no
Sub deleteSheet()
'
Application.DialogBox = False
ActiveWindow.SelectedSheets.Delete
Application.DialogBox = True
End Sub
Would like Thank You
Reply With Quote
Esau[_2_]
View Public Profile
Find all posts by Esau[_2_]