View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Vlad Vlad is offline
external usenet poster
 
Posts: 16
Default FInd value and insert rows below

I have numbers in column A from 1,2,3,4,5,..etc.
I need a macro that will find a number for example "3" and insert 4 rows
under the row that has the number "3" in column A.
Any help will be appreciated.
Thanks