As I understand it the best place to declare some public variables is in a new module.
I can then put in stuff like Public Const strVersionNumber = "v1.0.0"
Do I then have to call the module as the startup code?
I can then put in stuff like Public Const strVersionNumber = "v1.0.0"
Do I then have to call the module as the startup code?