So a Const/#Const only work as Private compiler constants... ie, for the module within which they reside.
Can I have a Public compiler constant at all?
Essentially, before every script in my 20 modules and forms runs, I want it to obtain the value from Sheet3, Cell E2
I would've thought...