View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
GS[_2_] GS[_2_] is offline
external usenet poster
 
Posts: 3,514
Default Sorting Alphanumeric data

Well, David, this is a prime example of one of the many problematic
nuances that arise when people use an unstructured part numbering
methodology. You're probably right in that the only way you're going to
be able to do a wks sort this list is to parse out the characters into
separate columns. You might be better off to dump the entire range of
data into an array and sort the array by whatever element represents
the column number the part numbers are listed in.

Since this is going to be a persistent issue with no structured part
number methodology in place, I suggest you find one and renumber
everything so you don't have to use hacks and/or other mickey mouse
workarounds to work with them.<g

I don't mean to offend! I just happen to design structured part
numbering methodolgies for clients and so I'm well aware of the many
negatives related to not having such a methodology in place. I hope
you'll understand, then, if I don't condone what I see as a 'bad idea'!

--
Garry

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