View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
stelllar stelllar is offline
external usenet poster
 
Posts: 2
Default Find a value, then insert a row below that row and copy the contents to the new row

Hi,
can you please help me out with this one:
I have a sheet where I want to find the value "nn" in column D.
Wherever d contains "nn" I want to insert a new row below this row and
then copy the "nn" row to the new row. I have tried a lot of different
versions for myself in VBA but can not seem to get it to work and don't
understand how to set it up to work.

thx,
Stelllar