Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub deleteSheet()
' Application.DisplayAlerts = False ActiveWindow.SelectedSheets.Delete Application.DisplayAlerts = True End Sub -- Regards, Tom Ogilvy "Esau" wrote in message ... 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Delete ROW on Sheet#1 corupts data on Sheet#2 | Excel Worksheet Functions | |||
Delete values in sheet 2 that arre found in sheet 1 | Excel Discussion (Misc queries) | |||
Delete rows from one sheet containing deatils on the second sheet | New Users to Excel | |||
How do I un-delete a sheet? | Excel Discussion (Misc queries) | |||
Delete a sheet | Excel Programming |