I have a global variable on process
Sub Process_Globals
'These global variables will be declared once when the application starts.
'These variables can be accessed from all modules.
Dim GPX,GPY As Float
I have implemented a new Class module.
Is there any way to reference this variable in class, i dont want to send everything via Initialize parameter.
Thank you
San
Sub Process_Globals
'These global variables will be declared once when the application starts.
'These variables can be accessed from all modules.
Dim GPX,GPY As Float
I have implemented a new Class module.
Is there any way to reference this variable in class, i dont want to send everything via Initialize parameter.
Thank you
San