Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I wish to turn auto calculate off before letting a script fill a lot of field, because it saves a lot of time, but i would prefer it, if this could automatically be done in the script, as well as turning it on after the function. Is there anyway to do this? Thanks Bart |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi this might help
Application.Calculation = xlCalculationManual ' ooo Your code here ooo Application.Calculation = xlCalculationAutomatic from http://www.mvps.org/dmcritchie/excel/slowresp.htm BEst N10 "Bart van den Burg" wrote in message ... Hi I wish to turn auto calculate off before letting a script fill a lot of field, because it saves a lot of time, but i would prefer it, if this could automatically be done in the script, as well as turning it on after the function. Is there anyway to do this? Thanks Bart |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Turning off and keeping off auto calculation | Excel Discussion (Misc queries) | |||
Turning off auto formatting | Excel Discussion (Misc queries) | |||
Turning Auto Height Back On | Excel Discussion (Misc queries) | |||
How to AUTO SAVE as opposed to turning on auto recovery: EXCEL | Excel Discussion (Misc queries) | |||
Turning off auto unhide when calculating formulas | Excel Worksheet Functions |