You can share Controls and Objects between Modules.
To get access to a Control or Object in another module put the module name before the object's name with a dot.
Like: ModuleName.Object
You can share Controls and Objects between Modules.
To get access to a Control or Object in another module put the module name before the object's name with a dot.
Like: ModuleName.Object