PDA

Click to See Complete Forum and Search --> : Passing variables to a PivotChart?


steveski
Mar 22nd, 2004, 02:27 PM
My VBA code asks the user for a date range (Start Date and End Date), and then collects data from one sheet based on the date range and populates a second sheet with the data. Then I have a PivotChart based on the second sheet. Is it possible to have the date range displayed on the PivotChart?

Thanks.