View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
arno arno is offline
external usenet poster
 
Posts: 184
Default Sort Routine VBA

Hi,

pls. post the result you're looking for.

arno

I have two columns, I would like to sort out the following so that

for every
set of 3 rows (starting at top) the values from Column A and B don't

repeat
themselves.


A B
--- ----
1 2
1 3
1 4
1 5
1 6
2 3
2 4
2 5
2 6
3 4
3 5
3 6
4 5
4 6
5 6