I have two columns of data. For each row, I would like to replace the cell in the 2nd column with the product of the two cells in a VBA macro. I've seen examples of accomplishing this with a constant, but not with changing values.
I.E. (before macro runs):
234 10.0
54536 0.2
4...