If you are handling a huge dataset and your program is taking too much time to run, then you can use the following trick:
Application.Calculation = xlCalculationManual
' Put your code here
Application.Calculation = xlCalculationAutomatic
Refer the below URLs to know more about Excel's 'Calculation' property:
https://learn.microsoft.com/en-us/office/vba/excel/concepts/excel-performance/excel-improving-calculation-performance
Happy Learning !!
MSExcel Excel VBA Microsoft
Subscribe to:
Post Comments (Atom)
Vulnerability Management - Understanding vulnerability posture
Understanding the vulnerability posture of an organisation at a basic level helps you drive remediation efforts. So, I don't know what t...
-
Scan based findings are related to a particular scan. It cannot tell you whether a vulnerability which existed earlier was fixed or not. It ...
-
There are lot of ways but following are the common ones: 1 . Zones Every company organizes its infrastructure in zones like "External F...
-
Vulnerability Management means a lot of reading. You always need to keep yourself updated with current vulnerabilities and attack vectors. Y...
No comments:
Post a Comment