View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Daniel Bonallack[_2_] Daniel Bonallack[_2_] is offline
external usenet poster
 
Posts: 27
Default Recalculation of a spreadsheet

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