Need to get the value in the last populated row in column A, whole numbers.
Using find first / last data row and getting the last populated row, this row count will increase as time goes by…
Lets say the var for last pop row is Last_Pop_Row
Hard coded…Excel.Sheet(“Table1”).Cell(“A7”)
I tried the following but no go…Excel.Sheet(“Table1”).Cell(“A&Last_Pop_Row”)
I thought about reading into a datatabe then sort column high to low ?
Thoughts or another way ?