Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am having problems with a very simple routine I have done before. None of
the the three commands works in this code (1-delete modules, 2-delete multiple sheets, 3- have no alert flash when deleting). Sub test() DisplayAlerts = False Modules("module2", "module3").Delete Sheets("sheet2", "sheet3").Delete 'I can delete one sheet at a time DisplayAlerts = True End Sub Thanks, Mike Allen |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Delete all modules and forms from workbook | Excel Programming | |||
Delete Code Modules Programatically | Excel Discussion (Misc queries) | |||
Delete Modules in Macro | Excel Programming | |||
Delete modules programmatically and save | Excel Programming | |||
Delete Modules and Userforms | Excel Programming |