Hi,
I can not find how to put the strings i have in a range (a1:a10) into an array of string that I can user later on with a loop.
PD: The range may have 10, 5 or 200 strings (cells) and the array (Sub) should recognize the number of items.
Thanks.
A1: John
a2: Mary
etc..
How can I do this...