Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello Everybody,
I have a macro created below that only delete selected worksheets in a workbook. But I keep recieve error massage . May I know where goes wrong ?? Can anyone help ?? Thanks in advance !!! Application.DisplayAlerts = False Sheets("Table 1").Delete Sheets("Table 2").Delete Sheets("Table 3").Delete Sheets("Table 4").Delete Sheets(Activesheets).Delete Application.DisplayAlerts = True |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Looping through selected worksheets and delete a range (e.g., A2:D15) | Excel Programming | |||
Delete rows at the same time from selected worksheets | Excel Programming | |||
Delete Selected Records | Excel Programming | |||
Delete Selected Records | Excel Programming | |||
delete every nth row in selected range | Excel Discussion (Misc queries) |