I've got a macro that's searching a spreadsheet and pulling off data I want, and I want to put it into a bar graph with a categorical axis going vertical (Truck 1, Truck 2, etc.). Is there a way to either a) build arrays and then use them as the chart data with SetSourceData, or b) copy the...