As the title says, when I am declaring a variable inside Process-globals sub (whatever thetype of the module is), I can't access it from another module. And if I tries to access it from outside the module where it is declared, I get a compiling error.
Hi,
Have you pointed it using the module's name. For example : Main.MyVariable ?
And of course, I guess you declared it using Dim or Public, not Private