Hi,
I would like to pass an array that is declared and populated in user form "Workholdings" to another user form, "WorkholdingChoices". You can't declare arrays publicly in object level modules, and I tried declaring it publicly in the project module, but when i redim it in the form code, it says the array isn't declared. When the user clicks a button in "Workholdings", I just have the code, WorkholdingChoices.show, I don't know how to pass any parameter to this form, let alone an array. Thanks for any help!!
I would like to pass an array that is declared and populated in user form "Workholdings" to another user form, "WorkholdingChoices". You can't declare arrays publicly in object level modules, and I tried declaring it publicly in the project module, but when i redim it in the form code, it says the array isn't declared. When the user clicks a button in "Workholdings", I just have the code, WorkholdingChoices.show, I don't know how to pass any parameter to this form, let alone an array. Thanks for any help!!