View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Hannes Heckner Hannes Heckner is offline
external usenet poster
 
Posts: 2
Default Inserting a row in sheet A should Insert a row in sheet B, removing a row in Sheet A should remove the corresponding row in sheet B

Hi,

I need a excel programming which does the following:

Whenever I insert a row in sheet A a corresponding row in sheet B needs to be
inserted. The correspondence is given by a offset to a named top row

When removing a row in sheet A the corresponding row in sheet B should be
removed.

How can I react on insertion and deletion in excel?

Best regards
Hannes