I have a table with a List of data in it. I have chosen
ws.Cells(ws.Rows.count,"A").End(xlUp).row
to find the first cell that is empty within column A.
The problem is that the code outcome is stuck on the length of the table despite having empty cells before the end table length. Clearing all cell formats and content within the table has not worked.
Does this particular code recognize the table element as cell occupancy? Or am I missing a portion of code? Thanks a bunch