I have a module,( Module1 ) and the variable “A”, I then set the variable to equal 5, while in this module (Module1).
I call another module ( Module2 ) before Module1 ends ( End Sub ), how can I hold the value of “A” created in Module1 to Module2?
Also if I change the value in Module 2 to say, 7, how do I carry this value back to Module1 before End Sub.
I would appreciate some advise.
kevsim
I call another module ( Module2 ) before Module1 ends ( End Sub ), how can I hold the value of “A” created in Module1 to Module2?
Also if I change the value in Module 2 to say, 7, how do I carry this value back to Module1 before End Sub.
I would appreciate some advise.
kevsim