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

Hi W,

This is an often asked question, but no such event is exposed.


---
Regards,
Norman



"wjewell" wrote in message
...
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