View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
suestew suestew is offline
external usenet poster
 
Posts: 29
Default Inserting Rows - Complicated

I need to insert the number of rows that corresponds with a number in an
existing column. For example: My number at B2 is 3 so I would need to
insert three rows immediately after row 2. My goal would be to have three
rows with the identical information from Row 2 in rows 3,4 and 5. Is this
possible?