Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default turning auto calculate on and off

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   Report Post  
Posted to microsoft.public.excel.programming
N10 N10 is offline
external usenet poster
 
Posts: 141
Default turning auto calculate on and off

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Turning off and keeping off auto calculation Peter Excel Discussion (Misc queries) 5 February 7th 07 03:35 PM
Turning off auto formatting Dave B. Excel Discussion (Misc queries) 3 August 28th 06 11:45 PM
Turning Auto Height Back On HLD920 Excel Discussion (Misc queries) 2 June 8th 06 06:31 PM
How to AUTO SAVE as opposed to turning on auto recovery: EXCEL T-mo Excel Discussion (Misc queries) 1 January 12th 06 10:16 PM
Turning off auto unhide when calculating formulas Pedro Jimenez Excel Worksheet Functions 11 December 14th 04 11:41 AM


All times are GMT +1. The time now is 02:35 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"