I want to declare several lists and arrays that are available to every sub, form or module in the app. is that possible? I have used the search feature, but it's not really the most accurate and I haven't found what I needed... I read about variables, but it still isn't clear.
Can I declare an array, for example, which the entire app can use, and if so, where and how do I declare that?
If I want to write a sub that's available to everything, does it go in a class module or a code module?
I know these are basic Basic things, but I've been out of the loop for a while and am definitely rusty.
Any help would be appreciated...
Thanks in advance...
Can I declare an array, for example, which the entire app can use, and if so, where and how do I declare that?
If I want to write a sub that's available to everything, does it go in a class module or a code module?
I know these are basic Basic things, but I've been out of the loop for a while and am definitely rusty.
Any help would be appreciated...
Thanks in advance...