Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default 2010 MultiThreadedCalculation Incompatible with Range.Calculate

Excel 2010 becomes unstable when
Application.MultiThreadedCalculation.Enabled = True and when
Range.Calculate is used in VBA. Sometimes it locks up during the
calculation. Sometimes it crashes upon the next <F9 recalc.
Sometimes it locks up on saving the workbook.

My application employs lots of UDFs, and memory arrays which pass data
from one UDF to another. It works impeccably in Excel 2003 and 2007.

Patch: I set "Application.MultiThreadedCalculation.Enabled = False"
before a "Range.Calculate" and back on afterwards. That seems to
solve the problem.

Does anybody know anything about this?
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
XL 2010: Parent of a Range can be a Shape? sebastien Excel Programming 0 June 1st 10 01:18 AM
Form 4 Range of time from 1/20/2010 4:00 AM To 1/21/2010 10:00 AM Peter Gonzalez[_2_] Excel Worksheet Functions 2 January 26th 10 06:58 PM
passing range to function: type of argument is byref incompatible mcgurkle Excel Programming 3 May 7th 07 08:43 AM
Incompatible "allow users to edit range" in earlier Excel versions PKnott Excel Discussion (Misc queries) 1 June 17th 06 01:28 AM


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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"