Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
tim tim is offline
external usenet poster
 
Posts: 105
Default Range("temp").Calculate - ERROR

I get an error message "Calculate method of Range class
failed" with the following statement:

Range("temp").Calculate

I have had this problem before and can not remember what
the fix was - any help would be appreciated.

Tim
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Range("temp").Calculate - ERROR

http://support.microsoft.com/default...76&Product=xlw
XL2002: Run-Time Error When You Use the Range.Calculate Method

--
Regards,
Tom Ogilvy


"Tim" wrote in message
...
I get an error message "Calculate method of Range class
failed" with the following statement:

Range("temp").Calculate

I have had this problem before and can not remember what
the fix was - any help would be appreciated.

Tim



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 968
Default Range("temp").Calculate - ERROR

Range Calculate will fail in Excel 2002 if:

a.. Calculation is set to Manual and Iteration is enabled.
b.. or The range being calculated partially intersects a multi-cell array
formula.
c.. The Range.Calculate or the Selection.Calculate Methods Fail After You
Update Links to a Dynamic Data Exchange (DDE) Server.
see MSKB 823338
d.. re-entrant calculation is not allowed: you cannot call Range.Calculate
whilst a calculation is in progress
e.. range.calculate will fail if multiple sheets are selected
If the range you calculate includes a multi-cell array formula and you
subsequently recalculate, the cells in the multi-cell array formula will be
individually calculated.



regards

Charles
______________________
Decision Models
FastExcel Version 2 now available.
www.DecisionModels.com/FxlV2WhatsNew.htm

"Tom Ogilvy" wrote in message
...
Another possibility:

http://support.microsoft.com/default...11&Product=xlw

XL2002: You Receive an Error Message When You Use the Range.Calculate
Method to Calculate Formulas


Regards,
Tom Ogilvy


"Tim" wrote in message
...
I get an error message "Calculate method of Range class
failed" with the following statement:

Range("temp").Calculate

I have had this problem before and can not remember what
the fix was - any help would be appreciated.

Tim






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
Turn off "CALCULATE" on bottom of Excel worksheet. near "Ready" chrispal86 Excel Discussion (Misc queries) 2 February 2nd 10 08:36 PM
Functions for "current" & "previous" month to calculate data Priss Excel Worksheet Functions 11 April 15th 08 06:24 PM
Array as a "named range" - formula ok in cells, but error as "named range" tskogstrom Excel Discussion (Misc queries) 11 December 28th 06 04:44 PM
Range("rng").calculate causing problems? Charles Williams Excel Programming 0 April 13th 04 05:39 PM
Range("rng").calculate causing problems? Frank Kabel Excel Programming 0 April 13th 04 02:52 PM


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