Ever want to paste some data into new empty cell after the last cell with data in certain column? Then take a look at this simple macro....
Read more.. UPDATE June 13, 2008:Another alternative way to find the last row with data :Function LastRow() As LongDim ix As Long ix = ActiveSheet.UsedRange.Row ...
Read more..