Hello everyone ,
I need to make a macro that split the strings contained in the column b in adjacent cells . The parts for export are separated by commas.
for example in the column b2 we find :
ciao, come stai, spero bene, ci sentiamo presto
the end result should be :
c2 : ciao
d2 : come stai
e2 : spero bene
f2 : ci sentiamo presto
The operation should be done by b2 to the end of the column b .
Attach files with excel example. Thanks a lot.
I need to make a macro that split the strings contained in the column b in adjacent cells . The parts for export are separated by commas.
for example in the column b2 we find :
ciao, come stai, spero bene, ci sentiamo presto
the end result should be :
c2 : ciao
d2 : come stai
e2 : spero bene
f2 : ci sentiamo presto
The operation should be done by b2 to the end of the column b .
Attach files with excel example. Thanks a lot.