M
Mike D.
Hi. I have a way to find the last row in a column:
LastRow = Cells(Rows.Count, 1).End(xlUp).Row
How would I find the last column in a row?
Thanks!
Mike.
LastRow = Cells(Rows.Count, 1).End(xlUp).Row
How would I find the last column in a row?
Thanks!
Mike.