most
Board Regular
- Joined
- Feb 22, 2011
- Messages
- 107
- Office Version
- 365
- 2019
- Platform
- Windows
- Mobile
Are there any risks or drawbacks with using Application.Calculation in my scripts?
I mean, when it's turned on again, all cell calculation are updated. Right?
Or/and are there any particular situation were I should use Application.Calculation?
VBA Code:
Application.Calculation = xlCalculationManual
[My code]
Application.Calculation = xlCalculationAutomatic
I mean, when it's turned on again, all cell calculation are updated. Right?
Or/and are there any particular situation were I should use Application.Calculation?