R
rob nobel
In This workbook code I have ...
Application.Application.CalculateFull
to force calculation on a wkbk.
I notice that when the wkbk is open that it still shows Calculate in the
status bar
and so I also have to put...
Application.Calculation = xlCalculationAutomatic
before the Calculate will disappear.
Anybody know why?
Rob
Application.Application.CalculateFull
to force calculation on a wkbk.
I notice that when the wkbk is open that it still shows Calculate in the
status bar
and so I also have to put...
Application.Calculation = xlCalculationAutomatic
before the Calculate will disappear.
Anybody know why?
Rob