PDA

View Full Version : VBA Create Charts



hartlbb
03-01-2010, 09:26 AM
Hi there,

I would like to create a chart using VBA, based off of variables. In other words, I don't want to base it off of a range. I want to take data from a range, manipulate it in memory (objects) and then use that to build the chart. I have been unable to find a way to do this without using a range or rangename. Ideas?