cwunderlich
Board Regular
- Joined
- Sep 24, 2010
- Messages
- 101
I have a sub routine that is run. Within this sub routine, a number of variables are declared and stored with certain values. I then would like to call a second sub routine, let's call it "SecondSub".
Within the first sub routine, I have the code in place to call the SecondSub (Call SecondSub).
My question is this: what needs to be done for those variables that were stored in the original sub routine to be able to be used in the SecondSub that is called by the original?
Thanks,
Within the first sub routine, I have the code in place to call the SecondSub (Call SecondSub).
My question is this: what needs to be done for those variables that were stored in the original sub routine to be able to be used in the SecondSub that is called by the original?
Thanks,