I have a spreadsheet that builds from existing data. The number of rows may vary depending on the data required, but all rows are filled and consecutive.
I need to copy down a formula in a column from the top cell, but I can't get the logic to work in getting the Range().Select or ActiveCell.Offset() to work.
So, for clarity, I have columns A & B that have data say from cells A1:B20, and I need to copy the Formula +A1 + B1 to Cell C1, then copy it down for as long as there are rows with data in columns A & B, without overtly looping to a fixed count of 20.
All help is much appreciated.
Excel 2010 Windows 7 32 Bit
I need to copy down a formula in a column from the top cell, but I can't get the logic to work in getting the Range().Select or ActiveCell.Offset() to work.
So, for clarity, I have columns A & B that have data say from cells A1:B20, and I need to copy the Formula +A1 + B1 to Cell C1, then copy it down for as long as there are rows with data in columns A & B, without overtly looping to a fixed count of 20.
All help is much appreciated.
Excel 2010 Windows 7 32 Bit
Last edited: