AthmanArumugam
Member
Hi All,
I would like to understand the concept of execution flow in VBA.
Lets say I have created a VBA file with Modules, Class Modules, Userforms and
functions in worksheet and workbooks.
On clicking the Run button , I think the below is the execution flow:-
1. Firstly the class modules
2. Then the Modules
3. Userforms gets opened and based on inputs in the user forms the flow continues.
Can anyone conclude if the flow of functions in VBA is correct.
I would like to understand the concept of execution flow in VBA.
Lets say I have created a VBA file with Modules, Class Modules, Userforms and
functions in worksheet and workbooks.
On clicking the Run button , I think the below is the execution flow:-
1. Firstly the class modules
2. Then the Modules
3. Userforms gets opened and based on inputs in the user forms the flow continues.
Can anyone conclude if the flow of functions in VBA is correct.