you could try in the Declarations section of the class, use Public
Option Explicit
Public TheVariable as Integer
Good Luck
-------------- As a circle of light increases so does the circumference of darkness around it. - Albert Einstein
If you add a public variable to the class declarations, its visible to everyone. Make it private and it will be visible to all functions within the class.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.