Hi, I have project that is made of multiple Class Modules or Objects. Well, I would like a variable within the Object to be accessible by the program that declares the object.
~~~~~~~~~~~~~~~
~~OBJECT PROJECT~~
~~~~~~~~~~~~~~~
VARIABLE1 ~
~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~FORM PROJECT~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~
Dim ObjProj As New ObjectProject ~
MSGBOX VARIABLE1 ~
~~~~~~~~~~~~~~~~~~~~~~~


Reply With Quote
image).

