I have a Macro in Access that throws a 2 and a 4 into Excel, such as: | 2 | 4 | (which I then create a chart from).
I want my array to then add a column with calculated data from the numbers I threw in from Access, such as: | 2 | 4 | 2 + 4 |, to look like | 2 | 4 | 6 |.
Using VB code, how would I create the new column (so as to throw it into the chart)? I have tried the macro recorder to no avail.
I want my array to then add a column with calculated data from the numbers I threw in from Access, such as: | 2 | 4 | 2 + 4 |, to look like | 2 | 4 | 6 |.
Using VB code, how would I create the new column (so as to throw it into the chart)? I have tried the macro recorder to no avail.