DanielMadureira
Automotive
- Apr 13, 2017
- 16
Hi everyone,
I have a bit of a VBA rookie question.
I am able to do long VBA programs, with single inputs, multiple inputs, loops, etc etc.
But I'd like to start cleaning up my code, and avoid doing multiple copy/paste everytime to get my code running.
So, question:
How to I call and use inputs from external macros?
For example, say I have a code that uses one axisSystem, and multiple surfaces.
How to I call an external module and use the axisSystem collected, and from another module use the collection of surfaces in a loop for example?
Thanks in advance!
I have a bit of a VBA rookie question.
I am able to do long VBA programs, with single inputs, multiple inputs, loops, etc etc.
But I'd like to start cleaning up my code, and avoid doing multiple copy/paste everytime to get my code running.
So, question:
How to I call and use inputs from external macros?
For example, say I have a code that uses one axisSystem, and multiple surfaces.
How to I call an external module and use the axisSystem collected, and from another module use the collection of surfaces in a loop for example?
Thanks in advance!