Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
Why isnt this code working? It is coming up with the 'Type Mismatch' error. Thanks Sub DeleteSheets() For x = 1 To Worksheets.Count If Worksheets(x).Name < "Menu" Or "Sage Export" Then Worksheets(x).Delete End If Next x End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VB Delete Sheets | Excel Programming | |||
delete all sheets except... | Excel Programming | |||
Delete Sheets | Excel Programming | |||
Delete Sheets | Excel Programming | |||
Delete new sheets? | Excel Programming |