View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default loop to insert rows

there is no loop associated with inserting two rows. It sounds like you are
doing this in an event which causes the event to fire again.

--
Regards,
Tom Ogilvy


"wa_hawks" wrote in message
...
I need code for a loop that will insert a row (above) then go to the next

row
and insert a row. I have code to insert rows however, I get into an

infinite
loop.

Thanks!