So far I have learned how to copy and paste my final column in VB. Now, how do I tell it to create an equation in finalcolumn+1? The equation is simply the difference in the prior two columns.
a b c d
1 x y z =z-y
2 x y z =z-y
3 x y z =z-y
how do I code that last column d to put that equation in?
Thanks!
a b c d
1 x y z =z-y
2 x y z =z-y
3 x y z =z-y
how do I code that last column d to put that equation in?
Thanks!