Hello all,
Wondering if someone could help? I am trying to sort two tabs in my workbook (three total tabs) which I am able to do with the below:
Sub SortAllSheets()
Sheet1.Activate
Dim lrow As Long
lrow = Cells(Rows.Count, 1).End(xlUp).Row
Range("A1:R" & lrow).Sort key1:=Range("J1:J" &...