Hello guys,
I need help in sorting the contents of a text file. It only contains a simple list:
redws002
atlws001
redws001
atlws003
sfmws001
atlws002
sfmws002
I want a macro that will sort those list so the contents of the text file should now be like this:
atlws001
atlws002
atlws003
redws001
redws002
sfmws001
sfmws002
Any help will be very much appreciated. Thanks in advance....