A
Alex
I used the following to get the data for the previous
fiscal year (Aug 1 - Jul 31):
Between DateSerial(Year(Date())-2,8,1) And DateSerial(Year
(Date())-1,7,31)
It showed the dates from Aug 1, 2002 to Jul 31, 2003 what
was correct.
Now, it should be Aug 1, 2003 to Jul 31, 2004. But, it
still shows 2002 - 2003.
How could I change it?
Thanks
fiscal year (Aug 1 - Jul 31):
Between DateSerial(Year(Date())-2,8,1) And DateSerial(Year
(Date())-1,7,31)
It showed the dates from Aug 1, 2002 to Jul 31, 2003 what
was correct.
Now, it should be Aug 1, 2003 to Jul 31, 2004. But, it
still shows 2002 - 2003.
How could I change it?
Thanks