Is it possible to set a variable in one module and use it in another module?
M Mark Wielgus Jul 9, 2004 #2 set the variables scope to Public and declare it outside of a sub or functions. for example: at the top of 1 module put Public MyVariable as integer you should be good to use it anywhere now.
set the variables scope to Public and declare it outside of a sub or functions. for example: at the top of 1 module put Public MyVariable as integer you should be good to use it anywhere now.
G Guest Jul 9, 2004 #3 Thank You!! -----Original Message----- set the variables scope to Public and declare it outside Click to expand... of a sub or functions. for example:
Thank You!! -----Original Message----- set the variables scope to Public and declare it outside Click to expand... of a sub or functions. for example: