J
jalewis999
I declare a Variant in the module level code (above the procedures).
Public UName as variant
The value assigned is preserved between procedures but not between modules.
The help says that variables declared this way are available over all
procedures in all modules and in all applications.
How can I get a variable to maintain its (changing) value across modules.
No errors or breaks accured.
Public UName as variant
The value assigned is preserved between procedures but not between modules.
The help says that variables declared this way are available over all
procedures in all modules and in all applications.
How can I get a variable to maintain its (changing) value across modules.
No errors or breaks accured.