Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
newbie here, i'm trying to filter a column in a macro for current date + 3
months. here what i got so far: Application.Goto Reference:="Decision_Window" myDecisionWindowColumn = ActiveCell.Column Selection.AutoFilter Field:=myDecisionWindowColumn, Criteria1:=Now(), Operator:=xlAnd, _ Criteria2:=Now() + 3 obviously the "+ 3" doesn't work... please help, thanks in advance, mark |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding months to dates should account for 28-30-31 day months | Excel Worksheet Functions | |||
months between 2 dates!!! | Excel Discussion (Misc queries) | |||
Need More Help on Dates to Months | Excel Worksheet Functions | |||
Months and Dates | Excel Programming | |||
Dates to months and calculating values for their months | Excel Programming |