I have 8 letters in A1:A8
a,b,c,d,e,f,g,h
I want to make a macro to find all possible series of 8
letters, in which all the letters are used.
Also the series should not have more than two
alphabetically consecutive letter following eachother.
E.g a,b,c, or c,b,a is not allowed, but a,b,d and a,c,b is allowed.
Bookmarks