Transferring Variables among Subs
Posted by k.p.b on February 28, 2001 2:19 PM
I want to call up one Sub from another and still use variables from the first. Since I'm using a button and the button calls up the Sub I can't get it to let me use "Public variable as String". This causes a script error when I try to execute the second Sub.