Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All
I have a macro that has to delete a worksheet but when it runs the pop box asks if i am sure, can this be turned off in the macro so it deletes without asking for verification??? Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
application.displayalerts = false
"Andym" wrote: Hi All I have a macro that has to delete a worksheet but when it runs the pop box asks if i am sure, can this be turned off in the macro so it deletes without asking for verification??? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
delete value on worksheet 2 that match values on worksheet 1 | Excel Discussion (Misc queries) | |||
delete worksheet | Excel Worksheet Functions | |||
How to delete a duplicate Excel worksheet within that worksheet? | Excel Discussion (Misc queries) | |||
Delete Worksheet with VBA | Excel Programming | |||
WorkSheet.Delete | Excel Programming |