View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mark Livingstone Mark Livingstone is offline
external usenet poster
 
Posts: 4
Default Concatenate All Possible Combinations

How about if I just have 1 Column with numbers:

1
2
3
4

and would like all possible combinations? (12, 21, 13, 31, etc..)
could you please tweak your code to that that?

thanks!!!