View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
technotronic technotronic is offline
external usenet poster
 
Posts: 1
Default Inserting multiple rows in excel with data in consecutive rows

I am using Office 2003. I have data in Column A. However, I would like to
insert x number of rows inbetween each row that has data. The data is
currently in consecutive rows. For example, if I choose to insert three
rows, then three rows should be inserted below each row that has data.
Thereafter, if I need to insert another x number of rows, then these should
be added below the three rows that were already added. This should apply to
all the rows that have data. Please assist.