Select the last row in a table using vba - MrExcel.com | Excel Resources | Excel Seminars | Excel Pr
Sub TableID() Dim I, J As Long, Lo As Long Dim lRow As Long, lCol As Long, lMax As Long For lCol = 1 To 10 lRow = Cells(Rows.Count, lCol).End(xlUp).Row If lRow > lMax Then lMax = lRow Next lCol J = 1 For I = 16 To lMax If Cells(I, "C") > "" Or Cells(I, "D...