C
Chris Barnett
hello there
i was kindly given some code for finding the last used row on a worksheet as
below
LastRow = .Cells(.Rows.Count, "A").End(xlUp).Row
i would be grateful for some help in finding a way of identifying the last
used column
LastColumn = ?
thanks
Chris Barnett
i was kindly given some code for finding the last used row on a worksheet as
below
LastRow = .Cells(.Rows.Count, "A").End(xlUp).Row
i would be grateful for some help in finding a way of identifying the last
used column
LastColumn = ?
thanks
Chris Barnett