Graphs and VBA

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I am making a graph and would like to make a table below the graph that will
show the datapoints. I would like to pull the data series that the graph is
using to populate the table. Is this possible? Please help.

Alex
 
If you are using an excel chart then you can publish the DataTable by
selection this from the ChartOptions.
 
Create your graph, then right click on its border. Choose Chart Options from
the popup menu. On the right-most tab is the option to ahve Excel create the
data table
 
That worked beautifully, thank you!

Duke Carey said:
Create your graph, then right click on its border. Choose Chart Options from
the popup menu. On the right-most tab is the option to ahve Excel create the
data table
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top