Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to remove all sheets except of sheet 1 by a macro
iSheetMax = Sheets.Count ' Delete other sheets For iSheet = 2 To iSheetMax Sheets(2 + iSheetMax - iSheet).Delete Next Then the user gets a warning message (warns for permanently deleting of sheet). I do not want this. How can I prevent the warning message to appear? Thanks, Tijmen |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
removing sending mail warning | Excel Worksheet Functions | |||
How to I Avoid the Auto-Email Security Warning | Excel Programming | |||
Removing Outlook Warning Dialogs. | Excel Programming | |||
Removing Outlook Warning Dialogs. | Excel Programming |