View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
avi avi is offline
external usenet poster
 
Posts: 195
Default calculate(f9) event at workbook level?

You need:

Ctrl-Alt-Shift-F9

This is the equivalent of:



Application.CalculateFull

in VBA


It re-calculates ALL open workbooks


Paga Mike


Thanks Mike, but I am looking at firing the F9 at the workbook (something as Workbook_Calculate...)

Avi