Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Michael,
To supress the messagebox(es), you can use the DisplayAlerts property: Application.DisplayAlerts=False '/ delete sheet here Application.DisplayAlerts=True -- Regards, Jake Marx MS MVP - Excel www.longhead.com [please keep replies in the newsgroup - email address unmonitored] Michael Kintner wrote: How can I force Delete a Sheet without having a popup dialog? I am currently doing this (ActiveWindow.SelectedSheets.Delete) Is there anyother way? Thank you in advance for your help... Mike |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Delete values in sheet 2 that arre found in sheet 1 | Excel Discussion (Misc queries) | |||
force users to enable macro so sheet cannot be printed | Excel Discussion (Misc queries) | |||
Force excel to open on a specific sheet | Excel Worksheet Functions | |||
How to force workbook to always open on the index sheet tab | Excel Worksheet Functions | |||
Must be a way to force focus back to sheet instead of UserForm - isn't there? | Excel Programming |