calculating cells twice?

  • Thread starter Thread starter Nike6106
  • Start date Start date
N

Nike6106

I use a spreadsheet everyday that involves alot of VBA and calculations.
The sheet used to run its calculation once (manual calc is the only way
to use the spreadsheet). It has started to calc the sheet twice now
when we hit shift F9. Any reasons? I thought it might be because of
dependent algorithms, but they have always been there.
 
Is the program set to calculate manually?? Goto options calculate and
see what is checked off
 
Some cells may be calculated more than once, especially if you have User Defined Functions. This happens more (or even only, I'm
not sure) if your UDFs address worksheet cells directly, that is, not via the argument list.
It also depends on which version of Excel you have. Much information about the calculation mechanism can be found on Charles
William's site:

www.decisionmodels.com

For Excel 2002, an uncommonly detailed specification of that mechanism can be found here:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnexcl2k2/html/odc_xlrecalc.asp


--
Kind regards,

Niek Otten
Microsoft MVP - Excel

|
| I use a spreadsheet everyday that involves alot of VBA and calculations.
| The sheet used to run its calculation once (manual calc is the only way
| to use the spreadsheet). It has started to calc the sheet twice now
| when we hit shift F9. Any reasons? I thought it might be because of
| dependent algorithms, but they have always been there.
|
|
| --
| Nike6106
| ------------------------------------------------------------------------
| Nike6106's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=36170
| View this thread: http://www.excelforum.com/showthread.php?threadid=559498
|
 
Back
Top