An Autofilter can select rows that are not in sequence, A1,A5,A7,A9, etc. I need a VBA function that will put the contents from an autofiltered column into a text string, each separated by a comma. So, if A1 contains 'a', A5 'b', A7 'c' and A9 'e', the text string returned...