View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
WCM WCM is offline
external usenet poster
 
Posts: 59
Default Sheet Change Event (Insert Row)

Hi Friends,

In Excel 2000 I was struggling to trap the 'insert row' event, but had no
luck. When I got to work this morning, it seems that Excel 2003 does trap
that event with the Sheet 'Change' event.

I just want to confirm that this is true so I know why my vba programming
performs fine at work (Excel 2003), but fails at home (Excel 2000) - i.e.,
want to confirm this is a backward compatibility problem.

Thanks for your response ...