I have two userforms. One is my main userform, and another is displayed from the main userform. I'd like to make this secondary userform add an item to a dropdown in the main userform.
If I try adding the below code into the second userform, it can't find the dropdown in the main userform.
If I try making a public sub in the main userform to do the updating, it can't find that sub either.
One option I have is to combine the two into one userform and unhide/hide the fields I need, but I'd prefer to keep them separate if it's possible.
Bookmarks