View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Charles Williams Charles Williams is offline
external usenet poster
 
Posts: 968
Default Recalculation of a spreadsheet

Depends which version of Excel you are using:
see
http://www.decisionModels.com/calcsecretsh.htm


--
Charles
______________________
Decision Models
The Excel Calculation Site
www.DecisionModels.com

"Daniel Bonallack" wrote in message
...
Is the command "Calculate" equivalent to F9?
If so, how do I programmatically force a complete
recalculation of the workbook as one would do with
Ctrl+Alt+F9.

The problem I'm finding is that my programmatic
calculation (Comman "Calculate") has not been complete, so
I cut my macro half way to do Ctrl+Alt+F9, then resume the
macro.

Any advice appreciated.

Daniel