View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Vinit[_2_] Vinit[_2_] is offline
external usenet poster
 
Posts: 18
Default Delete same Rows/Columns from two worksheets at a time

Hi friends,

How to Insert/delete same Rows/Columns from two worksheets at a time?
Is there a way to capture the Insert/delete Rows/Columns? so I can
insert/delete in both sheets on that event. One way is to group two
worksheets (But I want only Insert/Delete not other operations). The
solution for this is to group at the time of insert/delete and then
ungroup it. But I dont want to Group-Ungroup everytime.

Thanks & Regards,

Vinit