I have charts generated in VBA. The chart output creates a data series that is something like "worksheet!$A$10:$A$40".
I would like the chart data to be reversed so that the first value on the chart is $A$40 and it goes to $A$10. Is there anyway I can do this?
I am using the code below to...