Hi all,
I'm copying some data over from an input spreadsheet into a data table, I'm using the below code which finds the first blank cell in the tables first column and correctly updates the value, but then when I repeat it moves down a row, I assume because the table auto creates the whole row, even though its blank.
Is there a way I can look in the table to find the last blank cell?
The table I am updating is below and the three lines should all be on the same row.
lastrow = Cells(Rows.Count, "A").End(xlUp).Row
Cells(lastrow + 1, "A").Select
I'm copying some data over from an input spreadsheet into a data table, I'm using the below code which finds the first blank cell in the tables first column and correctly updates the value, but then when I repeat it moves down a row, I assume because the table auto creates the whole row, even though its blank.
Is there a way I can look in the table to find the last blank cell?
The table I am updating is below and the three lines should all be on the same row.
lastrow = Cells(Rows.Count, "A").End(xlUp).Row
Cells(lastrow + 1, "A").Select
Value | Requester | Requested Date |
1000 | ||
kdugan | ||
5/10/2024 |