christian2016
Board Regular
- Joined
- Oct 6, 2016
- Messages
- 123
Hi Guys,
Unsure if you are able to do this.
Example
1. Macro - Sub Test
2. Macro - Sub Test2
Within macro "Test " I'm calling macro "Test2" and passing a variable. The called macro "Test2" does what it needs to do and once completed I need to pass variables back to the main macro "Test" which will use these variables to complete the rest of the code in "Test".
Any help is greatly appreciated.
Thanks
Unsure if you are able to do this.
Example
1. Macro - Sub Test
2. Macro - Sub Test2
Within macro "Test " I'm calling macro "Test2" and passing a variable. The called macro "Test2" does what it needs to do and once completed I need to pass variables back to the main macro "Test" which will use these variables to complete the rest of the code in "Test".
Any help is greatly appreciated.
Thanks