View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
wjewell wjewell is offline
external usenet poster
 
Posts: 2
Default Detecting when Excel user inserts or deletes a row

I want to know when an Excel user either deletes or inserts a row so that I
can modify other cells to reflect the loss (or gain) of the row. Is there an
event that occurs (like in Worksheet_Change) that I can inspect to see what
they have done?

Thanks in advance.

Warren