Chandoo -- I have a 1-column array which can have anywhere between 25 - 100 words (text). I would like to write a macro to sort this array from A-Z. The problem is if you sort the entire 100 cell array (assuming the words were not put in a-Z order) and there is only 25 words, you get 75 spaces and then the 25 words in A-Z order!! How can I get this to work? Thanks! John