Hi all,
I have the below data, in column L:
COLUMN L
1
2
3 AADDYE
4 FJGLLT
5 FJJDUE
6 FJGOTR
7 ADREWS
8 FSERTT
9 MBJGFR
10 FKOORR
I want the output as per below when I run the marco to be:
"AADDYE","FLGLLT","FJJDUE", - looping until the final data row in the workbook
So cell L3 will have quote marks before and after, and then a comma - and then the same for L4 downwards etc
So, Concatenate " AADDYE " ,
and then move onto the next row and concatenate
" FJGLLT " , and so on
until you get "AADDYE","FLGLLT","FJJDUE", FJGOTR","ADREWS","FSERTT","MBJGFR","FKOORR"
THANK YOU!
I have the below data, in column L:
COLUMN L
1
2
3 AADDYE
4 FJGLLT
5 FJJDUE
6 FJGOTR
7 ADREWS
8 FSERTT
9 MBJGFR
10 FKOORR
I want the output as per below when I run the marco to be:
"AADDYE","FLGLLT","FJJDUE", - looping until the final data row in the workbook
So cell L3 will have quote marks before and after, and then a comma - and then the same for L4 downwards etc
So, Concatenate " AADDYE " ,
and then move onto the next row and concatenate
" FJGLLT " , and so on
until you get "AADDYE","FLGLLT","FJJDUE", FJGOTR","ADREWS","FSERTT","MBJGFR","FKOORR"
THANK YOU!