Ok, Ive got a program that Im working on, where it is supposed to calculate some formulas that I have based on some user inputted data and display the data in the form of a table on the same screen, and then optionally show a graph of the data plotted out.
Ive already been working on the program to have a few other features, and this is the only thing Ive got left. I would prefer to have the feature to be able to save the table as an excel sheet or a table in Wordpad.
Ive also tried a few tutorials, but I only found one that comes even close to what Im trying to do. http://www.startvbdotnet.com/ado/datatable.aspx
Thanks for any help.