View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
miroslj miroslj is offline
external usenet poster
 
Posts: 5
Default Insert Row Event

I need to catch when the new Rows are inserted or existing rows are Deleted
into the Sheet1.
And When this happed to insert the new Rows in Sheet2
at the same position (with the same row number).

But all that I find is event Worksheet_Change,
and I can not make difference using this event if
the new Rows are inserted or existing rows are Deleted
OR just Copy(rows) command.