Hi,
I need to make an assignment in visual basics (2013) that includes reading in the data from an excel file. In this excel file there are 2 columns with a undetermined number of rows (see below). The data in column A stands for the X-axis and the data in column B stands for the Y-axis. The assignment is to make a curve in visual basics that follows these points one by one.
5 | 5 |
15 | 12 |
25 | 15 |
35 | 89 |
45 | 25 |
55 | 45 |
65 | 15 |
75 | 99 |
85 | 12 |
95 | 111 |
105 | 154 |
115 | 45 |