Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default application.calculation is slow: mouse clicks speed it up...

Hi Everyone,

My calculation event takes some time to complete - other than change the
worksheet formulae, is there any way of speeding it up. (I've noticed
that if I left click when executing it seems to complete MUCH more quickly.
Why is this?)

Thanks kindly in advance


  #2   Report Post  
Posted to microsoft.public.excel.programming
Ben Ben is offline
external usenet poster
 
Posts: 509
Default application.calculation is slow: mouse clicks speed it up...

what is your calculation event? what are you attempting to do?

"Noel McWilliam" wrote:

Hi Everyone,

My calculation event takes some time to complete - other than change the
worksheet formulae, is there any way of speeding it up. (I've noticed
that if I left click when executing it seems to complete MUCH more quickly.
Why is this?)

Thanks kindly in advance


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default application.calculation is slow: mouse clicks speed it up...

Just to refresh the worksheet formulae - which are as they should be, the
only real problem is the *size* of the database and the necessary repition of
some of the calculations (see below). I can't really change the formulae,
that is why I was wondering eactly WHY mouse clicking would seem to speed
their recalculation up!


FYI:
The database is structured like a bank statement having a summary header and
in each record a name, an amount, a running total (of the amounts) and a
date.

In each row (containing the main data) there are two formulae:
i) to calculate the running total (thisTotal = thisAmount + lastTotal) [this
is an expensive calculation as it is repeated for each record...I need to
keep this]

ii) to calculate the "age" of the record (age = days360(today() - thisDate))

On the header I have references to values in the cells in the last row of
the workbook that need to be refreshed.



"ben" wrote:

what is your calculation event? what are you attempting to do?

"Noel McWilliam" wrote:

Hi Everyone,

My calculation event takes some time to complete - other than change the
worksheet formulae, is there any way of speeding it up. (I've noticed
that if I left click when executing it seems to complete MUCH more quickly.
Why is this?)

Thanks kindly in advance


  #4   Report Post  
Posted to microsoft.public.excel.programming
Ben Ben is offline
external usenet poster
 
Posts: 509
Default application.calculation is slow: mouse clicks speed it up...

Do you have automatic calculation on, or are you using manual calculation, do
you have more than worksheet or do you have several? if you have several it
is possible, pressing hte mouse button may be only caculating the active
sheet rather than the entire workbook. as does shift+F9

"noel mcwilliam" wrote:

Just to refresh the worksheet formulae - which are as they should be, the
only real problem is the *size* of the database and the necessary repition of
some of the calculations (see below). I can't really change the formulae,
that is why I was wondering eactly WHY mouse clicking would seem to speed
their recalculation up!


FYI:
The database is structured like a bank statement having a summary header and
in each record a name, an amount, a running total (of the amounts) and a
date.

In each row (containing the main data) there are two formulae:
i) to calculate the running total (thisTotal = thisAmount + lastTotal) [this
is an expensive calculation as it is repeated for each record...I need to
keep this]

ii) to calculate the "age" of the record (age = days360(today() - thisDate))

On the header I have references to values in the cells in the last row of
the workbook that need to be refreshed.



"ben" wrote:

what is your calculation event? what are you attempting to do?

"Noel McWilliam" wrote:

Hi Everyone,

My calculation event takes some time to complete - other than change the
worksheet formulae, is there any way of speeding it up. (I've noticed
that if I left click when executing it seems to complete MUCH more quickly.
Why is this?)

Thanks kindly in advance


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
Disable mouse clicks on a range of cells with validations GarySD Excel Discussion (Misc queries) 1 January 27th 10 02:00 PM
Repetitive keystrokes and/or mouse clicks Lydia Ferguison Excel Discussion (Misc queries) 1 August 8th 08 07:00 PM
controlling another application via VBA code in Excell & sending keystrokes & mouse clicks Zaidan Excel Programming 0 June 6th 04 09:06 PM
Bob Phillips: Program Right Mouse clicks? jasonsweeney[_15_] Excel Programming 9 January 23rd 04 10:45 PM
Plot where mouse clicks Leo Excel Programming 1 November 14th 03 02:50 PM


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