I am trying to create a small VB program that will take a list of numbers in excel and put it into a single cell.
Example:
Turn this:
-547119.67
-19700.00
-2170.50
115.00
10504.56
186131.59
-75669.81
17180.82
-44261.34
Into this:
=-547119.67-19700-2170.50+115+105 04.56+186131.59-75669.81+17180. 82-44261.34
I need have it so the cells reads out as a single number, not text. Also, I need to do this in VB because I will be surrounding it with other parameters to select which numbers in the list to use.
Thanks for any Help!!
Example:
Turn this:
-547119.67
-19700.00
-2170.50
115.00
10504.56
186131.59
-75669.81
17180.82
-44261.34
Into this:
=-547119.67-19700-2170.50+115+105 04.56+186131.59-75669.81+17180. 82-44261.34
I need have it so the cells reads out as a single number, not text. Also, I need to do this in VB because I will be surrounding it with other parameters to select which numbers in the list to use.
Thanks for any Help!!
Comment