G
GDCross
I am working on a macro to create a PivotChart and need this chart to include
some data in the page header. This information pertains to the charting date
range and production goal. The variables are Goal, StartDate, and EndDate and
my current code is as follows:
..LeftHeader = "Date Range: ???" & Chr(10) & "Goal: ???"
Any guidance in terms of how I would represent these variables in this code?
some data in the page header. This information pertains to the charting date
range and production goal. The variables are Goal, StartDate, and EndDate and
my current code is as follows:
..LeftHeader = "Date Range: ???" & Chr(10) & "Goal: ???"
Any guidance in terms of how I would represent these variables in this code?