I have a range of data from A1 thru H731. Rows (except for R1) in Column A are labels. Columns in Row 1 are day-by-day dates.
Say A2 is 7/1/2012, A3 is 7/2/2012, etc. -- out 2 years.
At various times a user may want to print only 9/1/2012 thru 11/30/2012 or 8/1/2013 thru 8/31/2013....including column A labels.
Once the VBA gets the Begin and End Date variables from cells populated by the user, what is the easiest way to set the print range to include (only) those dates and the Column A labels?
I've spent a couple of hours trying R1C1 coding but I'm not getting it.
As always, your help is appreciated.
swt
swtrader
-- If you don't know where you're going, you'll always know when you're not there.
Say A2 is 7/1/2012, A3 is 7/2/2012, etc. -- out 2 years.
At various times a user may want to print only 9/1/2012 thru 11/30/2012 or 8/1/2013 thru 8/31/2013....including column A labels.
Once the VBA gets the Begin and End Date variables from cells populated by the user, what is the easiest way to set the print range to include (only) those dates and the Column A labels?
I've spent a couple of hours trying R1C1 coding but I'm not getting it.
As always, your help is appreciated.
swt
swtrader
-- If you don't know where you're going, you'll always know when you're not there.