mribadeneira
New Member
- Joined
- Apr 10, 2013
- Messages
- 7
I am struggling to write the code to go to the next empty cell in a row. I have the code:
however this is not working. My program loops several times each time adding a value to the end of the row.
Please help if you can
Code:
Sheets("Resultados").Select
Range("A3").Select
Range(Selection.End(xlToRight)).Select
ActiveCell.Offset(0, 1).Select
ActiveCell.Value = BP1
Please help if you can