Is there an array of all the comboboxes on a form, or any other means to cycle through all the comboboxes on that form without using the names of the comboboxes?
I'm trying to create a function that can be used by several different forms that would cycle through all the combo boxes and run a few commands based upon the combobox values. While I could use a workaround (eg. Storing refs to all the different combo boxes on the page, and passing that array as part of the arguments in this function), it would of course be a ton easier if there was something already built into VBA. Thanks.
I'm trying to create a function that can be used by several different forms that would cycle through all the combo boxes and run a few commands based upon the combobox values. While I could use a workaround (eg. Storing refs to all the different combo boxes on the page, and passing that array as part of the arguments in this function), it would of course be a ton easier if there was something already built into VBA. Thanks.