Variable in one sub which refers to an input box in another sub.
I have a sub that runs 17 other subs. It takes about a half hour to
complete. Throughout the 30 minutes various input boxes pop up. I want to
define all the variables through input boxes as the very first step so I can
walk away and I don't have to wait for each box to pop up as the program
runs. But that means having my variable is one sub and my variable
definition in another sub. This does not seem to work. How can I get a
defined variable to look into another sub for its meaning?
|