Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All,
When I use the following formula:- Thisworkbook.sheets("Sheet1").delete It asks me whether I want to delete the sheet - Is there any way of bypassing this? Ta Andi |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
application.displayalerts=false
resets autom when macro is done. -- keepITcool | www.XLsupport.com | keepITcool chello nl | amsterdam Andibevan wrote : Hi All, When I use the following formula:- Thisworkbook.sheets("Sheet1").delete It asks me whether I want to delete the sheet - Is there any way of bypassing this? Ta Andi |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
application.displayalerts = false
Thisworkbook.sheets("Sheet1").delete application.displayalerts = true Andibevan wrote: Hi All, When I use the following formula:- Thisworkbook.sheets("Sheet1").delete It asks me whether I want to delete the sheet - Is there any way of bypassing this? Ta Andi -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
You want it to say Application.DisplayAlerts=False Thisworkbook.sheets("Sheet1").delete Application.DisplayAlerts=True Doug Andibevan wrote in message ... Hi All, When I use the following formula:- Thisworkbook.sheets("Sheet1").delete It asks me whether I want to delete the sheet - Is there any way of bypassing this? Ta Andi |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to delete sheets and saves remaining file does not properly delete module | Excel Programming | |||
Macro to delete sheets and saves remaining file does not properly delete module | Excel Programming | |||
Macro to delete sheets and saves remaining file does not properly delete module | Excel Programming | |||
Macro to delete sheets and saves remaining file does not properly delete module | Excel Programming | |||
Macro to delete sheets and saves remaining file does not properly delete module | Excel Programming |