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? |
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 |