View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Iriemon Iriemon is offline
external usenet poster
 
Posts: 89
Default Any help with inserting, copying and transferring data.

Is there any way to conveniently accomplish this?

My data is organized like this:

4626859EX 5422369 4427272


What I am trying to do is get it organized like this

4626859EX 5422369 4427272
5422369 4626859EX 4427272
4427272 4626859EX 5422369


Rows of data up to eleven cells wide. Some rows have only one pairing,
others have anywhere between one and eleven. It would also have to insert the
blank rows for the 2nd, 3rd, 4th etc dells with data.

:-(