calculating cells twice?

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.
 
D

damorrison

Is the program set to calculate manually?? Goto options calculate and
see what is checked off
 
N

Niek Otten

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
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top