Yes. These are called Public / Global variables.
In a standard module, e.g:
Code:
Dim g_blnDOESTHISWORK as Boolean
And then somewhere in a routine, within your project:
But be aware there are instances where your variables values can be wiped (lookup state loss), so often not recommended.