Jun 6, 2003 #1 V VinceC Member Joined May 30, 2003 Messages 15 Location Ontario, Canada I have 2 separate modules (as viewed in the Solution Explorer Window), how can I declare a variable such that it is accessible to both modules? Thx.
I have 2 separate modules (as viewed in the Solution Explorer Window), how can I declare a variable such that it is accessible to both modules? Thx.
Jun 6, 2003 #2 a_jam_sandwich Well-known member Joined Dec 10, 2002 Messages 367 Location Uk Code: Public VARIBLENAME As VARIBLETYPE Andy
Jun 9, 2003 #3 V VinceC Member Joined May 30, 2003 Messages 15 Location Ontario, Canada Thanks. I was trying to create a module called Globals and put all of the Public declarations in there.
Thanks. I was trying to create a module called Globals and put all of the Public declarations in there.