Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
How can I delete a sheet from excel file w/o having to click 'ok' on the confirmation message? Is there a way I can disable it? Thank you. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a way I can disable it?
application.displayalerts = false |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Application.DisplayAlerts = False
ActiveSheet.Delete Application.DisplayAlerts = True Try this LC -- Regards Ron de Bruin (Win XP Pro SP-1 XL2002 SP-2) www.rondebruin.nl "LC" wrote in message ... Hi, How can I delete a sheet from excel file w/o having to click 'ok' on the confirmation message? Is there a way I can disable it? Thank you. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Prompt to Save Message | Excel Discussion (Misc queries) | |||
Prompt Message when opening a file | Excel Worksheet Functions | |||
How do I make excel not prompt before deleting worksheets? | Excel Worksheet Functions | |||
help with message prompt | New Users to Excel | |||
Prompt before deleting worksheets? | Excel Discussion (Misc queries) |