T
Tracy L
I am trying to create a simple button that will print the current view equal
to the current date plus 3 months rather than having to adjust the date
manually in VBA.
FilterApply Name:="JSM Projects"
FilePrint FromPage:=1, ToDate:="09/01/2006"
Since I am new to VBA I am thinking that it should be something like
DIM printDate
printDate = Now + 90d
FilterApply Name:="JSM Projects"
FilePrint FromPage:=1, ToDate:=printDate
This however does not work any help would be greatly appreciated.
Thanks
to the current date plus 3 months rather than having to adjust the date
manually in VBA.
FilterApply Name:="JSM Projects"
FilePrint FromPage:=1, ToDate:="09/01/2006"
Since I am new to VBA I am thinking that it should be something like
DIM printDate
printDate = Now + 90d
FilterApply Name:="JSM Projects"
FilePrint FromPage:=1, ToDate:=printDate
This however does not work any help would be greatly appreciated.
Thanks