Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a way NOT to get the "Data may exist in the sheet(s) selection for
deletion. To permanently delete the data, press delete" message when deleting a worksheet? I put the code "Application.CutCopyMode = False", but it does not work. Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Lucia,
Try Application.DisplayAlerts = False Sheets("Whatever").Delete Application.DisplayAlerts = True -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com (email on the web site) "Lucia" wrote in message ... Is there a way NOT to get the "Data may exist in the sheet(s) selection for deletion. To permanently delete the data, press delete" message when deleting a worksheet? I put the code "Application.CutCopyMode = False", but it does not work. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Deleting a sheet | Excel Programming | |||
Deleting Excel Message/Dialog Boxes | Excel Programming | |||
Deleting Sheet without message box | Excel Programming | |||
Deleting a Sheet | Excel Programming | |||
Deleting a Prompt Message | Excel Programming |