Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
N+ N+ is offline
external usenet poster
 
Posts: 34
Default executions per second

hi all i have a page that runs my useful macro timer by bob !
but it uses very much cpu because it performs calculations of the page many
times per seconds..i mean that at the round second it reports a value and
stops , but between 1 second of timer and other, an easy RAND() cell, changes
a lot of times..
can i fix that ?? ty
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 124
Default executions per second

=rand() will always recalc everytime you change something in your worksheet.
you could either freeze your random numbers by copying them and pasting them
down as values, or you could turn off automatic calculation (either as part
of your code, or just through the toolsoptions menu).

"N+" wrote:

hi all i have a page that runs my useful macro timer by bob !
but it uses very much cpu because it performs calculations of the page many
times per seconds..i mean that at the round second it reports a value and
stops , but between 1 second of timer and other, an easy RAND() cell, changes
a lot of times..
can i fix that ?? ty

  #3   Report Post  
Posted to microsoft.public.excel.programming
N+ N+ is offline
external usenet poster
 
Posts: 34
Default executions per second

ty ryan !! now may I insert a "calculate now" command in my self running
macro ??
ty




"ryan" wrote:

=rand() will always recalc everytime you change something in your worksheet.
you could either freeze your random numbers by copying them and pasting them
down as values, or you could turn off automatic calculation (either as part
of your code, or just through the toolsoptions menu).

"N+" wrote:

hi all i have a page that runs my useful macro timer by bob !
but it uses very much cpu because it performs calculations of the page many
times per seconds..i mean that at the round second it reports a value and
stops , but between 1 second of timer and other, an easy RAND() cell, changes
a lot of times..
can i fix that ?? ty

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
Hide macros executions Angeliki Excel Programming 1 November 26th 03 07:46 AM
Hide macros executions Angeliki Excel Programming 1 November 25th 03 04:31 PM
Hide macros executions Angeliki Excel Programming 1 November 25th 03 03:59 PM


All times are GMT +1. The time now is 04:19 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"