Here is an example of the sheet of data I have:
A B C D E F
S2 L5 E5 CN


S1 E5 L5 CN

S1 L5 E5 CN

H2 L5 E5 CN
S1 M5 E5 L5 CN



S2 CN E5





S2 CN E5

H2 CN E5
M5 DF Q4 H2 B3 CN


Each two letter combination is in its own cell. I want the macro to sort each row one by one in alphabetical order. I can do this manually by using the sort options and literally selecting every row one by one and sorting it, but there has to be a way to write a macro to do this. There are a dynamic number of rows so I need the range to go to the last row with data in it. Any help would be much appreciated.

Thanks,
J