Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default What should my calculation settings be?

I have made a macro which FILLS DOWN formulas into an MS EXCEL 2000
Spreadsheet. My macro calculates the formulas except some have "
#NAME? " as a value.


The crazy thing about this is that when I go into the status bar and
hit enter the formula is calculatedthe exact number comes up!!!! I've
heard about Microsoft issues, is this another example?


What should my calculation settings be?


I'm not sure if manual, automatic, iteration, or calculate before
save will help me out.


Please help. Thanks

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,163
Default What should my calculation settings be?

Normally if calculation is set to Automatic it will recalc after you fill
down a series of formulas.

Let me make a guess: Do the formulas in the cells that are filled down
contain any user defined formulas? If you copy a user formula to a new cell
it does not trigger the calculation, but if you edit the cell (as you are
doing when you go into it and press 'Enter') it will be calculated. It is a
common issue and not obvious until you have run into the problem and found
the solution - which is to put the statement Application.Volatile in the
function code.

Regardless of everything else, putting an Application.Calculate command in
your macro code will force a recalculation of everything in the workbook.

--
- K Dales


"CondtllyFrmttd" wrote:

I have made a macro which FILLS DOWN formulas into an MS EXCEL 2000
Spreadsheet. My macro calculates the formulas except some have "
#NAME? " as a value.


The crazy thing about this is that when I go into the status bar and
hit enter the formula is calculatedthe exact number comes up!!!! I've
heard about Microsoft issues, is this another example?


What should my calculation settings be?


I'm not sure if manual, automatic, iteration, or calculate before
save will help me out.


Please help. Thanks


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default What should my calculation settings be?

my formulas are not user defined. the end result is only used to
provide a query or analysis later on. I'm really stumped, anyone have
any ideas???!?!?!?!?!?!?

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 Settings changing from automatic to manual Dan DeCoursey Excel Discussion (Misc queries) 2 August 12th 09 12:58 PM
Settings Keep Changing to Manual Calculation [email protected] Excel Discussion (Misc queries) 2 June 26th 07 02:24 PM
PLEASE SORT OUT THE CALCULATION SETTINGS Adam Thwaites Excel Discussion (Misc queries) 0 May 31st 06 04:38 PM
Re-initialising Excel calculation settings Ant[_6_] Excel Programming 2 November 17th 04 08:22 AM
range.calculation with UDF not working when calculation is set to automatic Brian Murphy Excel Programming 5 October 14th 03 07:02 PM


All times are GMT +1. The time now is 06:02 AM.

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"