R
Randy
I have a user form that I'd like to establish a global constant, but I
don't know how. I've tried:
Public Const strPW As String = "myPW"
but it errors out saying that this is "not allowed as Public members
of object modules".
Can I declare this publicly so that I don't have to do it in every
subroutine?
Thanks,
Randy
don't know how. I've tried:
Public Const strPW As String = "myPW"
but it errors out saying that this is "not allowed as Public members
of object modules".
Can I declare this publicly so that I don't have to do it in every
subroutine?
Thanks,
Randy