View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Von Shean Von Shean is offline
external usenet poster
 
Posts: 17
Default SOS:Know Deleted/Inserted Range in Excel 97/2000

SheetCalculate event is fired whenever row/col insert/delete is done.
And only calculate function 'Workbook_SheetCalculate(ByVal Sh As Object)' is
called in Excel 97. The Object parameter has a Worksheet object.
Is there any way i can know what range was deleted/inserted.