I am writing a macros program and am having trouble with a formula.
If I have a set of values in column A and would like to use those values in
column B with a formula, is there a command that will fill column B with that
formula?
The number of data points I use is always different so I can not tell excel
to fill column B up to row 60 because it is not always 60 points.
I've tried this with no success.....
Range(ActiveCell.End(x2Down)).Select
Bookmarks