View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
GS[_2_] GS[_2_] is offline
external usenet poster
 
Posts: 3,514
Default Sort a range of strings using VBA code?

IMO, sorting the list in the worksheet via the Sort method of the Range
object is the fastest way. Any sort algorithm implemented in VB[A] is
*always* going to be slower than Excel's built-in Sort feature!

--
Garry

Free usenet access at http://www.eternal-september.org
ClassicVB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion