Hi
Can someone please explain to me how the following statements work?
LastRow = ActiveSheet.UsedRange.Rows.Count
LastCol = ActiveSheet.UsedRange.Columns.Count
I thought what it does was went into the active sheet, scanned the cells for contents, and returned the highest row or...