View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Valerie Valerie is offline
external usenet poster
 
Posts: 79
Default VBA to count rows from specific cell and insert rows

Within a macro I have a "found" cell (Find "US03" in certain column) which
can be on any row. I need code to count down 170 rows from this cell and
insert 2 rows. This is done from the top of the worksheet.

Thanks!!
Valerie