Some typical resullts using the coding from the last post
Consider this test input range
_____ ( Using Excel 2007 32 bit )
Worksheet: Sorting
Row\Col A B C D 1 2c WasB2 3AB WasB3 4Aa WasB4 5A WasB5 6C WasB6 7 6WasB7 8 32WasB8 9bcde WasB9 10
After running Sub TestieSimpleArraySort5() , you should see this:
_____ ( Using Excel 2007 32 bit )
Worksheet: Sorting
Row\Col A B C D E F G H I 1 2c WasB2 6WasB7 C WasB6 3AB WasB3 32WasB8 c WasB2 4Aa WasB4 A WasB5 bcde WasB9 5A WasB5 Aa WasB4 AB WasB3 6C WasB6 AB WasB3 Aa WasB4 7 6WasB7 bcde WasB9 A WasB5 8 32WasB8 C WasB6 32WasB8 9bcde WasB9 c WasB2 6WasB7 10
Bookmarks