Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In VBA code I delete an existing worksheet.
while doing this a warning comes and questions if you wish to delete this worksheet. How can I make that this mesage does not appear? thx. -- kokki |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Kokki,
Try: Application.DisplayAlerts = False 'your code to delete the sheet Application.DisplayAlerts = True --- Regards, Norman "kokki" wrote in message ... In VBA code I delete an existing worksheet. while doing this a warning comes and questions if you wish to delete this worksheet. How can I make that this mesage does not appear? thx. -- kokki |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hey Norman, thx it works.
-- kokki "Norman Jones" wrote: Hi Kokki, Try: Application.DisplayAlerts = False 'your code to delete the sheet Application.DisplayAlerts = True --- Regards, Norman "kokki" wrote in message ... In VBA code I delete an existing worksheet. while doing this a warning comes and questions if you wish to delete this worksheet. How can I make that this mesage does not appear? thx. -- kokki |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Object or with block not set | Excel Worksheet Functions | |||
End if without Block If | Excel Worksheet Functions | |||
mental block | Excel Worksheet Functions | |||
Mental block | New Users to Excel | |||
Block If | Excel Programming |