hey guys i'm not good at all at vb have only been doing it a month and not for much of that month, thing is i've to submit a maths project to include a vb app as part of it.
basically i have a programm that will write the solution to an equation over a interval to at txt file. that i can do. it looks stg like this in the txt file
(the vb app uses a loop to generate the y vaulues for each x)

x1 y1
x2 y2
x3 y3
x4 y4

etc

what i then do is open an excel doc and plot the x's vs y's to get a nice graph!!!
what i want to do is to have the vb app create its own graph and plot the points itself.. i've a feeling this is possible because i saw in the "ole" box you can choose to create a graph. but thats as much as i know.

any help or guidance would be much apprecieated!!!
thanks....james