JeffGrant
Well-known Member
- Joined
- Apr 7, 2021
- Messages
- 558
- Office Version
- 365
- Platform
- Windows
Hi All,
My excel/vba/PQ model is quite large and heavily coded.
Often I find that parts of the VBA are missed. What I have found is the code is missed because the system is doing other processors.
In an attempt to fix this, I have started putting Application.Wait Now + Timevalue(whatever) at critical points. Tis has definitely helped the issue.
Since I have not been exposed to such a large model, I am wondering if putting in "Wait" statements like this is common place for large models, or am I putting a band aid on a bigger problem?
Looking forward to hearing your opinions.
My excel/vba/PQ model is quite large and heavily coded.
Often I find that parts of the VBA are missed. What I have found is the code is missed because the system is doing other processors.
In an attempt to fix this, I have started putting Application.Wait Now + Timevalue(whatever) at critical points. Tis has definitely helped the issue.
Since I have not been exposed to such a large model, I am wondering if putting in "Wait" statements like this is common place for large models, or am I putting a band aid on a bigger problem?
Looking forward to hearing your opinions.