View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Froggy Froggy is offline
external usenet poster
 
Posts: 3
Default Activate/disactivate calculation in VBA

RealName: Hervé RICHARD

Hello NGs,

My table has so many formulas, that the VBA code I wrote gets disregarded
upon opening.
If I write Application.CalculateFullRebuild or press F9, the whole table
gets calculated only once...
How can I switch on or off the calculation ?

Thank you in advance for any constructive proposal.