Hello,
I have a spreadsheet that has a data set in columns A:N. the number of rows is variable; may be 50, may be 50,000.
I also have a set of formulas in the range O2:AA2 (row 1 is data headers) that is based of the various data points. I need a VBA code that will copy down thus O2:AA2 range as long as there is data in column A.
Can anyone help with this?