Hi,
Application.Calculation = xlCalculationManual
'do things
Application.Calculation = xlCalculationAutomatic
Mike
"Elton Law" wrote:
Hi All,
I know VB script "Calculate" will force to run calculation on the sheet.
How to stop the automatic calculation on the sheet in VB script please ?
Thanks