Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Option Explicit
Function recal() Debug.Print "recalculating" recal = "done" End Function Sub dosth() Range("a1").Calculate End Sub I input in the a1 cell with "=recal()" and run sub dosht() for serveral times. In immediate window, I didn't see "recalculating" printed. Why? Range("a1").Calculate won't force the reevaluation of a1 cell? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
See http://www.decisionmodels.com/calcsecretsg.htm etc for explanation
Charles ___________________________________ London Excel Users Conference April 1-2 The Excel Calculation Site http://www.decisionmodels.com "Xiaozhong" wrote in message ... Option Explicit Function recal() Debug.Print "recalculating" recal = "done" End Function Sub dosth() Range("a1").Calculate End Sub I input in the a1 cell with "=recal()" and run sub dosht() for serveral times. In immediate window, I didn't see "recalculating" printed. Why? Range("a1").Calculate won't force the reevaluation of a1 cell? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
vlookup failure & ctrl-f failure? | Excel Discussion (Misc queries) | |||
Recalculation | Excel Discussion (Misc queries) | |||
recalculation | Excel Discussion (Misc queries) | |||
Recalculation | Excel Programming | |||
Recalculation | Excel Programming |