Hi,
I have data in a csv format and multiple lines..
ex:
r1c1,r1c2,r1c3,r1c4
r2c1,r2c2,r2c3,r2c4
I am trying to use excel to split it into multiple lines and separating each row of data by an empty line...
so the above file would change to:
r1c1
r1c2
r1c3
r1c4
r2c1
r2c2
r2c3
r2c4
I want to paste the data into excel and have access convert it to the format above... is this easily doable? can you help me with the script?
Thank you.
I have data in a csv format and multiple lines..
ex:
r1c1,r1c2,r1c3,r1c4
r2c1,r2c2,r2c3,r2c4
I am trying to use excel to split it into multiple lines and separating each row of data by an empty line...
so the above file would change to:
r1c1
r1c2
r1c3
r1c4
r2c1
r2c2
r2c3
r2c4
I want to paste the data into excel and have access convert it to the format above... is this easily doable? can you help me with the script?
Thank you.