Hi,
I would like to put all my constants at the same place in my application.
I put them before the first procedure of the first form which opens when I start my application, with "public" before.
ex. public const ModelPath as string = "\xxx\"
But VBA doesn't allow that (error message ...) and I don't see what's wrong.
Thanks for your help.
I would like to put all my constants at the same place in my application.
I put them before the first procedure of the first form which opens when I start my application, with "public" before.
ex. public const ModelPath as string = "\xxx\"
But VBA doesn't allow that (error message ...) and I don't see what's wrong.
Thanks for your help.