View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] TheObstacleIsThePath@gmail.com is offline
external usenet poster
 
Posts: 17
Default wacky sort order question

I have a number sequence stored in an array, and would like to sort
the rows of a worksheet by this sequence, how would i go about doing
it? A cumbersome way is to paste that array into a temporary column,
and then sort by that column, but I prefer to do everything within the
VBScript subroutine.

If someone could just point me in the right direction, i'd appreciate
it.

Thanks,
Todd

(and yes, this is sort of a repost of an earlier question. I thought
some gracious soul might be more inclined to respond to this simplifed
version)