Carl Clements
Board Regular
- Joined
- Jun 13, 2008
- Messages
- 95
Hi,
I have some code that inserts a new row to a spreadsheet when it find the first row without data in column A. Is there some code that then stores the row number it's on? i suppose it would be something like StoreRow = ActiveRow.Address
I then need some code that allows me to move down the required number of rows from a fixed cell to arrive at the stored row. Is there some code for this also?
Thanks,
Carl
I have some code that inserts a new row to a spreadsheet when it find the first row without data in column A. Is there some code that then stores the row number it's on? i suppose it would be something like StoreRow = ActiveRow.Address
I then need some code that allows me to move down the required number of rows from a fixed cell to arrive at the stored row. Is there some code for this also?
Thanks,
Carl