I am creating a userform with a combo box. I have a multidimensional array that I was able to use to create the list of items that the combo box dropdown menus displays in the UserForm_Initialize() subroutine . When a value is chosen, I need to do some stuff with the other information in the array associated with that value. How do I pass that array to the ComboBox1_Change() subroutine so that I can do something every time another value is chosen?