View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
todd todd is offline
external usenet poster
 
Posts: 48
Default Inserting 10 Rows

I have a list of data in two columns. I would like to
insert ten rows between each row of data (except the first
row of course).

Column A Column B
12.5 45
<ten rows
23 34
<ten rows
90 43

Any suggestions?

TIA,
Todd