J
Jennifer L
Hello,
Since I am unable to build a filter using [Current Date] as a value and I do
not want to create a custom date field with a formula, I'm thinking of just
creating a macro to do what I want.
I want the macro to filter for a specific date range. When the user runs the
macro it should filter for tasks that "start or finish after [Current Date]",
"and before [Current Date] + 14" (I'm looking for a two week range).
Can anyone recommend good VBA references to help me build this (I'm a
novice)? Or can anyone recommend a better way to do this?
My users want a way to easily toggle between viewing a two week range and
the full project schedule. I was thinking of making the macro mentioned
above, and also a -- FilterApply Name:="All Tasks" -- macro, assigning each
to a button on a toolbar so my users can click between those two buttons
without having to enter in the same date range manually.
Any help and suggestions are appreciated. Thank you!
Jennifer
Since I am unable to build a filter using [Current Date] as a value and I do
not want to create a custom date field with a formula, I'm thinking of just
creating a macro to do what I want.
I want the macro to filter for a specific date range. When the user runs the
macro it should filter for tasks that "start or finish after [Current Date]",
"and before [Current Date] + 14" (I'm looking for a two week range).
Can anyone recommend good VBA references to help me build this (I'm a
novice)? Or can anyone recommend a better way to do this?
My users want a way to easily toggle between viewing a two week range and
the full project schedule. I was thinking of making the macro mentioned
above, and also a -- FilterApply Name:="All Tasks" -- macro, assigning each
to a button on a toolbar so my users can click between those two buttons
without having to enter in the same date range manually.
Any help and suggestions are appreciated. Thank you!
Jennifer