Hello guys
I'm struggling to fix a flow that would allow me to Copy data from one Excel file to another, but to look for the next free row
Currently it goes like this:
Launch Data file
Get first free column/row from excel worksheet
Select the cells in excel worksheet
Copy Cells
Launch Other file
Get first free column/row from excel worksheet < This is where I'm going wrong?
Paste Cells on currently active cell
Close Excel
It never finds the next cell or it goes down to row 5000 and pastes it there
Any help would be appreciated , thank you