JMongi
Active member
- Local time
- Yesterday, 19:27
- Joined
- Jan 6, 2021
- Messages
- 802
I can't seem to find a definitive answer.
Related to this would be if anyone has a list of blocking/non-blocking calls. You might also describe it as synchronous/asynchronous.
For example, a shell object method is fired off as an asynchrounous call, passing along its info the the shell and then moving along its way though the script not caring if that process is finished or not.
Most VBA is sychronous (as I understand it), meaning one command/code block will resolve before moving to the next.
I'll keep looking but thought I would post here.
Related to this would be if anyone has a list of blocking/non-blocking calls. You might also describe it as synchronous/asynchronous.
For example, a shell object method is fired off as an asynchrounous call, passing along its info the the shell and then moving along its way though the script not caring if that process is finished or not.
Most VBA is sychronous (as I understand it), meaning one command/code block will resolve before moving to the next.
I'll keep looking but thought I would post here.