T
Tom
I hope someone can help me.
I am doing a VBA project and declaring a variable
as "public" in the Declarations section of a module.
However, the variable is not visible to other modules in
the project despite the fact that the variable is not
declared anywhere else in the project.
To test further, I did a simple two-module project with a
simple macro in each module. The public variable is still
not being recognised in the second module.
Thanks a million in advance.
Tom
I am doing a VBA project and declaring a variable
as "public" in the Declarations section of a module.
However, the variable is not visible to other modules in
the project despite the fact that the variable is not
declared anywhere else in the project.
To test further, I did a simple two-module project with a
simple macro in each module. The public variable is still
not being recognised in the second module.
Thanks a million in advance.
Tom