Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have this code where I am trying to filter each sheet in the workbook
on column "I" for 2006, except the first sheet. I am not quite there. Need help. TIA Sub Filter2006() Dim sh As Worksheet With ActiveWorkbook For Each sh In Worksheets If sh.Name = "IS Time Q1_06" Then Else Range("A1:L1").Select Selection.AutoFilter Selection.AutoFilter Field:=9, Criteria1:="2006" End If Next sh End With End Sub Greg |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Filter problem | Excel Discussion (Misc queries) | |||
problem with filter | Excel Discussion (Misc queries) | |||
filter problem | Excel Discussion (Misc queries) | |||
filter problem | Excel Discussion (Misc queries) | |||
Filter Problem | Excel Programming |