Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi. In VBA, if the current Application.Calculation mode is set to
xlCalculationManual, does setting it to xlCalculationAutomatic force a recalc of any pending changes to the workbook or do I need to explicitly call Application.Calculate() ? Many thanks kh |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
setting to Automatic will cause a Recalc if there are any volatile or
uncalculated cells. Charles ______________________ Decision Models FastExcel 2.3 now available Name Manager 4.0 now available www.DecisionModels.com "kh" wrote in message ... Hi. In VBA, if the current Application.Calculation mode is set to xlCalculationManual, does setting it to xlCalculationAutomatic force a recalc of any pending changes to the workbook or do I need to explicitly call Application.Calculate() ? Many thanks kh |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Many thanks
"Charles Williams" wrote: setting to Automatic will cause a Recalc if there are any volatile or uncalculated cells. Charles ______________________ Decision Models FastExcel 2.3 now available Name Manager 4.0 now available www.DecisionModels.com "kh" wrote in message ... Hi. In VBA, if the current Application.Calculation mode is set to xlCalculationManual, does setting it to xlCalculationAutomatic force a recalc of any pending changes to the workbook or do I need to explicitly call Application.Calculate() ? Many thanks kh |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Selective Calculation of Mean & Mode | Excel Worksheet Functions | |||
Ommitting 0 from a mode calculation. | Excel Discussion (Misc queries) | |||
Calculation Mode | Excel Programming | |||
Calculation Mode | Excel Programming | |||
Calculation mode | Excel Programming |