View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JohnDing[_2_] JohnDing[_2_] is offline
external usenet poster
 
Posts: 5
Default How to capture the event before any sheet calculating in Excel

I only know how to capture the calculating event
in "Sheet_Calculation" event, but it's only available in
a certain workbook, if worksheets in other workbooks
calculates, it does not work, so would there be a way to
capture this event at Application level?

Thanks