Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You need to disable alerts
application.displayalerts = false Function DeleteSheet(strSheetName As String) As Boolean ' This function deletes a sheet based on the individual name provided ' If the sheet is not found the code moves on. On Error Resume Next Application.DisplayAlerts = False PriorityExcel.Sheets(strSheetName).Delete Application.DisplayAlerts = True End Function -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...mming/200605/1 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to delete the "Insert Function Dialog Box" (dialog box only)? | Excel Worksheet Functions | |||
changing options in delete dialog box | Excel Discussion (Misc queries) | |||
Delete a Sheet without dialog | Excel Programming | |||
Disable Worksheet Delete Dialog | Excel Programming | |||
Add & Delete Records in Excel using a form showing a scrollbar also! | Excel Programming |