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.
|