Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
jestersdead
 
Posts: n/a
Default Initial Formula Calculation


Hi All,

I'm trying to find a away to turn off calculation in Excel.

I know how to stop recalculation (Tools Options Calculations)
etc, but I want to be able to type in a formula, or rather have a macro
create many formulas, and not have the formula(s) calculate until I
choose.

Any ideas?


--
jestersdead
------------------------------------------------------------------------
jestersdead's Profile: http://www.excelforum.com/member.php...o&userid=24826
View this thread: http://www.excelforum.com/showthread...hreadid=383794

  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

If you want code, use

Application.Calculation = xlCalculationManual

and at the end use

Application.Calculation = xlCalculationAutomatic

--
HTH

Bob Phillips

"jestersdead"
wrote in message
...

Hi All,

I'm trying to find a away to turn off calculation in Excel.

I know how to stop recalculation (Tools Options Calculations)
etc, but I want to be able to type in a formula, or rather have a macro
create many formulas, and not have the formula(s) calculate until I
choose.

Any ideas?


--
jestersdead
------------------------------------------------------------------------
jestersdead's Profile:

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



  #3   Report Post  
Charles Williams
 
Posts: n/a
Default

Excel always evaluates each formula as it is entered, even in manual
calculation mode, except when you drag-copy a formula from a cell to a
number of other cells.
The only other alternative is to enter the formula as a string with
something like # instead of = on the front, and then do a search/replace of
# with = when you want the formulae calculated.

Charles
______________________
Decision Models
FastExcel 2.1 now available
www.DecisionModels.com

"jestersdead"
wrote in message
...

Hi All,

I'm trying to find a away to turn off calculation in Excel.

I know how to stop recalculation (Tools Options Calculations)
etc, but I want to be able to type in a formula, or rather have a macro
create many formulas, and not have the formula(s) calculate until I
choose.

Any ideas?


--
jestersdead
------------------------------------------------------------------------
jestersdead's Profile:
http://www.excelforum.com/member.php...o&userid=24826
View this thread: http://www.excelforum.com/showthread...hreadid=383794



  #4   Report Post  
jestersdead
 
Posts: n/a
Default


Thanks Charles, I thought I might have to do that, was hoping there was
a more elegant way though.


--
jestersdead
------------------------------------------------------------------------
jestersdead's Profile: http://www.excelforum.com/member.php...o&userid=24826
View this thread: http://www.excelforum.com/showthread...hreadid=383794

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
Calculation Failure ESAEO Excel Discussion (Misc queries) 1 March 11th 05 12:00 AM
looking for a formula Amanda Excel Worksheet Functions 5 January 5th 05 07:37 AM
Help with macro formula and variable Huge project Excel Worksheet Functions 0 December 28th 04 01:27 AM
Formula Result Correct but value in the cell is wrong jac Excel Worksheet Functions 2 December 17th 04 08:05 PM
How do I use Range Names listed in a VLookup table in a formula? Essbasedvlpr32 Excel Worksheet Functions 3 December 15th 04 10:11 PM


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