Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default AutoCalculate at Defined Intervals


I have a huge spreadsheet that picks up market rates off the internet
and then does all sorts of calculations. The market rates are updated
every second and the whole thing is in constant recalculation mode.
This slows my PC to a crawl.

I am looking for a macro that will allow me to do the following:
1 Button to turn on Auto Recalc
1 Button to turn off Auto Recalc
1 Cell to define the interval in seconds between each recalc when Auto
Recalc is Off.

I should be able to enter 15 seconds into the cell and then click on
the "Auto Recalc OFF" button and then the *Macro will count down 15
seconds and do "F9" every 15 seconds*.

If you can help me, I will be very greatful and more if necessary.

Thanks, PCDORK


--
PCDork
------------------------------------------------------------------------
PCDork's Profile: http://www.excelforum.com/member.php...o&userid=32104
View this thread: http://www.excelforum.com/showthread...hreadid=518639

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default AutoCalculate at Defined Intervals

Look at Chip Pearson's sit on Application.Ontime

http://www.cpearson.com/excel/ontime.htm

you can set calculation mode with

Application.Calculation = xlManual

or

Application.Calculation = xlAutomatic

Application.Calculate triggers a calculation equivalent to F9

Using a macro to display a count down would just tie up your sheet even
more.

--
Regards,
Tom Ogilvy

"PCDork" wrote in
message ...

I have a huge spreadsheet that picks up market rates off the internet
and then does all sorts of calculations. The market rates are updated
every second and the whole thing is in constant recalculation mode.
This slows my PC to a crawl.

I am looking for a macro that will allow me to do the following:
1 Button to turn on Auto Recalc
1 Button to turn off Auto Recalc
1 Cell to define the interval in seconds between each recalc when Auto
Recalc is Off.

I should be able to enter 15 seconds into the cell and then click on
the "Auto Recalc OFF" button and then the *Macro will count down 15
seconds and do "F9" every 15 seconds*.

If you can help me, I will be very greatful and more if necessary.

Thanks, PCDORK


--
PCDork
------------------------------------------------------------------------
PCDork's Profile:

http://www.excelforum.com/member.php...o&userid=32104
View this thread: http://www.excelforum.com/showthread...hreadid=518639



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
Autocalculate Tom Excel Discussion (Misc queries) 5 August 4th 08 07:11 PM
Autocalculate Chris Excel Worksheet Functions 6 April 7th 05 04:18 PM
Add same set of formulae at defined intervals to list of row data PC-Nut Excel Worksheet Functions 10 January 14th 05 05:46 AM
AutoCalculate and UDF Ronald Dodge Excel Programming 6 August 16th 04 11:12 PM
AutoCalculate LC[_2_] Excel Programming 1 August 6th 03 09:19 PM


All times are GMT +1. The time now is 02:58 AM.

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

About Us

"It's about Microsoft Excel"