G
Guest
Hello all,
Marshall Barton assisted me on how to pass arguments to a Sub Routine
(Thanks), but how do I get it to pass something back to the code that called
it, without making the Sub public?
sbCall (data)
sub sbCall (data)
change = data
How to pass back?
Marshall Barton assisted me on how to pass arguments to a Sub Routine
(Thanks), but how do I get it to pass something back to the code that called
it, without making the Sub public?
sbCall (data)
sub sbCall (data)
change = data
How to pass back?