D
d.mike
Guest
Hello World =]
Im new to programming and need some help.
My objective is to import my excel sheet into a Form Application and then write some code that will use the data off excel and print what im looking for in a text box.
For example:
In excel- I have a list of 300 people by name. each one has an input of age, location of birth, how many miles they live from work, how many miles they live from their birthplace, and income.
In Form App- I would like to input that excel data (which ever way is best), and write an algorithm (simple or complex) that will display the results in assigned TextBoxs. (for example, one textbox could be the result of "how many people live within 10 miles of birthplace relative to age" etc..) (i know this can be done in excel, but i would like to learn how to program)
I would like to use a Form Application because i want it to be a program i can launch on my machine, and i must use excel. ive found some youtube tutorials on how to import excel data into Form App, but theyre all different and dont work when i try them. IF importing excel using dataset is correct, then how do i use that data?
Thank you very much for your help!
Continue reading...
Im new to programming and need some help.
My objective is to import my excel sheet into a Form Application and then write some code that will use the data off excel and print what im looking for in a text box.
For example:
In excel- I have a list of 300 people by name. each one has an input of age, location of birth, how many miles they live from work, how many miles they live from their birthplace, and income.
In Form App- I would like to input that excel data (which ever way is best), and write an algorithm (simple or complex) that will display the results in assigned TextBoxs. (for example, one textbox could be the result of "how many people live within 10 miles of birthplace relative to age" etc..) (i know this can be done in excel, but i would like to learn how to program)
I would like to use a Form Application because i want it to be a program i can launch on my machine, and i must use excel. ive found some youtube tutorials on how to import excel data into Form App, but theyre all different and dont work when i try them. IF importing excel using dataset is correct, then how do i use that data?
Thank you very much for your help!
Continue reading...