Moving data to a new cell
Posted by Joe B on May 24, 2001 1:53 AM
Hi
I have about 55,000 items of data where I have to trim the data to use only the first 6 characters. I used left() to do this. Then I had to use some code to insert a blank line after each row. I want to move my new data from column B to sit under it's predecessor in Column A. I can obviously record a macro to do this for one item but how do I do it for all of them?
Existing data looks like this:
Name333 Name33
Name343 Name34
Name353 Name35
I want it to look like this
Name333
Name33
Name343
Name34
Name353
Name35
I've thought about exporting a csv file into Access but otherwise I'm stuck.
thanks
Joe