I run Excel 2010.[ ] I have just noticed that in some of the VBA code I have developed over the last ten years I have used
[ ][ ][ ][ ][ ]Application.Calculation = xlCalculationManual
while elsewhere I have used
[ ][ ][ ][ ][ ]Application.Calculation = xlManual
(with a corresponding alternation between xlCalculationAutomatic and xlAutomatic).
Both forms work fine, which is hardly surprising since the two reserved variables have the same value of -4135.
Does anyone on this forum know why Excel (2010) has two reserved variables here, rather than just the one?
Is it because Microsoft is/was transitioning from one to the other?
If so, which one is the "new" one?
My concern here is the longevity of my spreadsheets.[ ] If MS is/was transitioning, I would prefer to use the variable with a future rather than the one with a past.
[ ][ ][ ][ ][ ]Application.Calculation = xlCalculationManual
while elsewhere I have used
[ ][ ][ ][ ][ ]Application.Calculation = xlManual
(with a corresponding alternation between xlCalculationAutomatic and xlAutomatic).
Both forms work fine, which is hardly surprising since the two reserved variables have the same value of -4135.
Does anyone on this forum know why Excel (2010) has two reserved variables here, rather than just the one?
Is it because Microsoft is/was transitioning from one to the other?
If so, which one is the "new" one?
My concern here is the longevity of my spreadsheets.[ ] If MS is/was transitioning, I would prefer to use the variable with a future rather than the one with a past.