View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default catch event insert a row or delete a row

Unfortunately there is no event for when a user inserts/deletes a
row.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"Nader" wrote in message
...
Hello,

I would like to catch the event when I add a row into a sheet
or delete a row. So I could add or delete a row into another
sheet at the same time. Is there an event on the row ? Is there
another way to do that ?

Thanks in advance

Nader