D
Dragon
This is a REAL beginner question. I have a series of userforms for which I
want to use the same variables/constants (I am not sure the difference
between those two).
What I want is be able to use the following in all of my userforms.
Therefore, I tried placing them in my Module (thinking that was a "global"
place for them to be accessible by all, and I received errors.
Public temps As Templates
Temps = application.templates
I tried a series of combination, but it's not happy. Any help/explanation
you can provide would be much appreciated.
Thanks.
want to use the same variables/constants (I am not sure the difference
between those two).
What I want is be able to use the following in all of my userforms.
Therefore, I tried placing them in my Module (thinking that was a "global"
place for them to be accessible by all, and I received errors.
Public temps As Templates
Temps = application.templates
I tried a series of combination, but it's not happy. Any help/explanation
you can provide would be much appreciated.
Thanks.