E
Ed Davis
I have the code below as well as other code in several macros. What I would
like to do is ref. a cell for the date rather than have to change the macro
every month.
I have check the web and all I can find is information like the code here.
There must be a way.
I want to ref. cell sheet "01" B1 and sheet "Totals" B1.
The cells have the date format as dd-mm-yy.
StartDate = DateSerial(2009, 9, 1)
EndDate = DateSerial(2009, 9, 30)
like to do is ref. a cell for the date rather than have to change the macro
every month.
I have check the web and all I can find is information like the code here.
There must be a way.
I want to ref. cell sheet "01" B1 and sheet "Totals" B1.
The cells have the date format as dd-mm-yy.
StartDate = DateSerial(2009, 9, 1)
EndDate = DateSerial(2009, 9, 30)