Hello I am new to VBA and Excel so please excuse my ignorance on some terminology. My boss uses Excel 7 and I use 365, his code that he has used for 10 years for the Sort function is as follows.
Range("A1:A14").Sort Key1:=Range("A1"), Order1:=xlAscending, Header:=xlYes
or
Range("E1", "F" &...