how or where do i dim something so that the whole project can see/use it?
thanks,
Liam
Printable View
how or where do i dim something so that the whole project can see/use it?
thanks,
Liam
Create a module
then
Global gWhatever as whatever
.bas module, not to be confused with .cls module