Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating Excel charts directly from VBA

Status
Not open for further replies.

jonesds

Programmer
Aug 6, 2003
2
US
I'm trying to speed up the performance of a spreadsheet by carrying out the various calculations in VBA using arrays rather than in the spreadsheet cells. From this I want to generate several charts to display the results.

Is there any way I can create the charts using the arrays in VBA rather than having to write the array data into the spreadsheet and then create the charts from there? Basically I want to avoid loads of fields of data and just produce a graph.

I would greatly appreciate any help anyone could offer on this. Many thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top