View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
MachAngle MachAngle is offline
external usenet poster
 
Posts: 8
Default Need Calculations Done Event

After my workbook finishes re-calculating the entire Workbook, I want to
re-draw some shapes based on the results of the recalculation. I was unable
to find any event signaling that the workbook calculations are done. I don't
want to use the Worksheet_Calculate Event because it is triggered every time
any Worksheet is recalculated. My calculations have always involved lots of
iteration. Any ideas?