View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JOE POLLOCK JOE POLLOCK is offline
external usenet poster
 
Posts: 1
Default Rows to Columnsq

I have a large number of rows that are made up of approximately 5000 records
with 10 rows per record. I want to take every ten rows and distribute it into
separate columns , and do that in each following row for each of the next
records. What is the easiest way to do that?
--
JOE