View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tim879 Tim879 is offline
external usenet poster
 
Posts: 208
Default Sort Selected Cell References

Hi

Does anyone know how to sort a set of cell references (not the values
in the cells, but the cell references - A1, B5...)

I am writing a macro where the user can select any number of cells in
any order, but when I process the macro, I need to start with the
upper left most cell in the selection.

Any help would be greatly appreciated!
Thanks
Tim