View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Niek Otten Niek Otten is offline
external usenet poster
 
Posts: 3,440
Default Stopping formula computations during entering data...

ToolsOptionsCalculation, check Manual.
In VBA: Application.Calculation = xlManual

--
Kind regards,

Niek Otten

"Volker Hetzer" wrote in message
...
Hi!
We've got a sheet with lots of data and want to insert lots of
formulas using VBScript. Now, every time we insert a formula
the whole sheet gets recomputed and the thing runs three hours.
Is there a way to make Excel stop calculating and turn it on later?
Lots of Greetings!
Volker