Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Everyone
This macro works ok on the open worksheet. I would like to filter all worksheets in the workbook Sub Filter() For Each wks In Selection Selection.AutoFilter Field:=2, Criteria1:="" & DateSerial(2011, 4, 1), Operator:=xlAnd, _ Criteria2:="<" & DateSerial(2011, 4, 30) Next wks End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Apply Macro to all worksheets in a workbook except one | Excel Discussion (Misc queries) | |||
automatically apply a macro to all worksheets | Excel Discussion (Misc queries) | |||
Apply Macro on Multiple Worksheets in a Workbook | Excel Programming | |||
Apply Macro on Multiple Worksheets in a Workbook | Excel Programming | |||
Apply Macro on Multiple Worksheets in a Workbook | Excel Programming |