I've written simple programs that take the first line of a text file, add the second line of the text file to the first line, and make a new txt file with the two lines merged, and have it continue on so forth through the original text file.
(it's what i use to demonstrate simple use of files in writing programs to my students in the vb course I teach part time.)
I wouldn't think it'd be harder to do the same with an excel sheet. just have to change a few things and what not. unfortunately, my copy of visual studio 2k5 is for teaching purposes only, so I can't legally make you a copy of a program to do what you require.
off the top of my head, I don't know of a way to move the lines just by using excel itself.
I do however offer you another solution to your problem.
if you have access installed, you can import the data into a db through access's wizard. just signify to it that row 1 goes into field one of the new table, row 2 goes to field two, row three, to field three, and tell it it to repeat in that fashion, and whala.
pretty sure that'll make it all organized. afterwards, if you don't want an access db, you could export the db to excel through aces, again, telling it how you wanted the data formatted through the wizard and you have your excel sheet again.
but in the long run, i would think a db to hold that information would be much better suited for your needs.
oh, and sorry i never got back to you on the scanner software thing. couldn't find it, and it kinda slipped my mind to reply to the thread til i was reading this thread.
