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.