Hi - I have a headed table with dynamic number of rows and columns. I want to sort rows alphabetically ascending in column B.
I have already used to establish the last row;
Dim lastRow As Long
lastRow=Cells(Rows.Count,"B").End(xlUp).Row
I want sort column B alphabetically starting in row 2 and ending in lastRow
Thanks
I have already used to establish the last row;
Dim lastRow As Long
lastRow=Cells(Rows.Count,"B").End(xlUp).Row
I want sort column B alphabetically starting in row 2 and ending in lastRow
Thanks