Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The macro below fails whenever the calculation tab in excel version 2002 and
newer are set to manual with interations checked. The MS EXCEL work around is to set calculations to automatic or to uncheck iterations. Neither option is suitable for my application. Are others having a similar problem? My only solution to date is to continue running EXCEL 2000. Sub calc() Dim mess On Error GoTo er Selection.Calculate GoTo done er: mess = Error(Err) MsgBox (mess) done: End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2000 patch to view newer Excel versions (2003 and 2007) | Excel Discussion (Misc queries) | |||
Inability to start Excel after Refresh update | Excel Discussion (Misc queries) | |||
Range.calculate debug, Excel 2000 VBA compatability with Excel XP | Excel Programming | |||
Excel 2000 - range.calculate error - 2147417848 | Excel Programming | |||
Need macro to work in 2000 and 2002 versions | Excel Programming |