Jun 6, 2003 #1 V VinceC Newcomer 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 a_jam_sandwich Junior Contributor Joined Dec 10, 2002 Messages 367 Location Uk Visual Basic: Public VARIBLENAME As VARIBLETYPE Andy
Jun 9, 2003 #3 V VinceC Newcomer 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.