Column graph problem

J

Jeff

Hi,

I have a report that displays Global Variables returned from a Public Sub
after calculation. It is in a table format and each cell is a TextBox:

lblNSD No. lblCS No.
lblName1 txtNSD1 txtCS1
lblName1 txtNSD2 txtCS2
lblName3 txtNSD3 txtCS3
lblName4 txtNSD4 txtCS4

The first part has been done and works fine. Now I want to add a column
graph (Excel graph) below this table. Can anyone tell me how to feed these
variables (value) into the column graph or is there an easier way to do this?
Thank you.
 
D

Duane Hookom

Typically you would pull the records from a table or query that would be used
in the Row Source property of a chart control.

There is some functionality for pushing values into the datasheet of the
chart but it is more difficult and rarely used.
 
J

Jeff

HI Duane,

Thank you for your response. I know how to build a table with these
variables, but can we build a query with these variables? With a table, I
have write the variables (table) to the hard disk, then retrieve them from
hard disk for the chart. This will slow down the speed of my program.

I think I need to learn coding in Excel to get this work.
 

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

Top