How To Find the Last Row That Contain Data in Excel?

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..