Jun 16, 2015 #1 2009luca Programmer Jul 27, 2013 222 IT I have in a column of sheet: AAA BBB CCC ... I need to loop all values(until the last cell is blank) and autocomplete a IN clasuole based the value in column ... and have: My_instr=('AAA','BBB','CCC') Possible? Tks. note: My_instr as String
I have in a column of sheet: AAA BBB CCC ... I need to loop all values(until the last cell is blank) and autocomplete a IN clasuole based the value in column ... and have: My_instr=('AAA','BBB','CCC') Possible? Tks. note: My_instr as String
Jun 16, 2015 #2 S SkipVought Programmer Dec 4, 2001 47,487 US Yes, write a function to loop thru the list and concatenate a string. Upvote 0 Downvote