View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
weeper weeper is offline
external usenet poster
 
Posts: 7
Default Sort Routine VBA

Hi there,

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

Thanks,
w