Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
the criteria need to be a serial date try this change. You don't need a
string date. Sub Due14() ' ' filter for next status change due in next 14 days ' B4next$ = "<" & (Now() + 14) Selection.AutoFilter Field:=17, Criteria1:=B4next$ End Sub "PVD Wales" wrote: The following small macro results in no rows showing in the auto filtered table. If I open the custom the filter dialog then click on OK the expected rows are shown. I am using excel 2003. Any ideas? Sub Due14() ' ' filter for next status change due in next 14 days ' B4next$ = "<" + Format(Now() + 14, "short date") Selection.AutoFilter Field:=17, Criteria1:=B4next$ End Sub |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
AFTER I SORT AND FILTER A WORKSHEET CAN I DELETE THE FILTERS | Excel Worksheet Functions | |||
Are Date filters available for items in the Filter area of pivot t | Excel Discussion (Misc queries) | |||
Travelling cell values with filter in Excel macro. | Excel Programming | |||
Excel's filters should give the option to filter duplicate cells. | Excel Discussion (Misc queries) | |||
filters how do i keep the display list empty until filter applied | Excel Discussion (Misc queries) |