S
Steve
morning all.
I have a text document that I've imported to Excel. It's on one row, across
approximately 1000 columns. I.e., out to AXD.
I need to move the cell contents for each into a single column-- A.
I'm thinking something along the line of-
dim i as integer
while activecell.value<>""
select.offset(0,i).cut
select.offset(1,-i).paste
loop
Your helps are appreciated.
Thank you.
I have a text document that I've imported to Excel. It's on one row, across
approximately 1000 columns. I.e., out to AXD.
I need to move the cell contents for each into a single column-- A.
I'm thinking something along the line of-
dim i as integer
while activecell.value<>""
select.offset(0,i).cut
select.offset(1,-i).paste
loop
Your helps are appreciated.
Thank you.