Re: Sorting
- From: "Dave Unger" <dave.unger@xxxxxxxxxxx>
- Date: 20 Dec 2005 08:02:10 -0800
Hi David,
I'm probably not making myself clear.
I am doing all my sorting with VBA macros, and it all works fine, I can
sort the whole list by name, or by index. When I say sorting by index,
I mean sort the index columns, right to left, that's a "normal" sort.
What I'm trying to achieve as well, is to come up with a sort that
group's all the siblings together.
The only way I've been able to do that is shift all the index to the
right, and then sort.
e.g. take 6 7 3 2 1 0 0 0 and make it 0 0 0 6 7 3 2 1, then sort right
to left, as before.
I'll give your routine a try and let you know the results. Thanks a
lot for now, appreciate your time.
regards,
DaveU
.
- Follow-Ups:
- Re: Sorting
- From: Dave Unger
- Re: Sorting
- References:
- Sorting
- From: Dave Unger
- Re: Sorting
- From: David McRitchie
- Re: Sorting
- From: Dave Unger
- Re: Sorting
- From: David McRitchie
- Sorting
- Prev by Date: Re: is this possible with a macro....
- Next by Date: Re: Add to zip file and email
- Previous by thread: Re: Sorting
- Next by thread: Re: Sorting
- Index(es):
Relevant Pages
|