[RESOLVED] Can you have a constant array?-VBForums
You would declare them public in a bas module. An example of a workaround to your question: Code: ' in a module Public xyz() As Variant Code: ' in your startup procedure, i.e., form_load or sub main() xyz= Array