I have a Worksheet that has a Form. The Form has two Combo Boxes. The Combo Boxes are loaded from a second Worksheet. When the Update Button is clicked, the data from the second Worksheet is loaded into the two Combo Boxes and the Form is displayed.
I added a third Combo Box to the Form, but I do not know how to load data from the second Worksheet into the new Combo Box. I have looked at everything imaginable and I have looked at a lot of website solutions, but I can not figure this out.
I believe the Combo Boxes are not loaded using VBA, and all of the solutions I have found use that method to load data into the Combo Boxes. When I added the third Combo Box, I expected a question asking where the data should come from, but that did not happen.
Can someone help me with this? It seems like the answer should be easy, but so far I have come up empty.
Thank You for your assistance.
I added a third Combo Box to the Form, but I do not know how to load data from the second Worksheet into the new Combo Box. I have looked at everything imaginable and I have looked at a lot of website solutions, but I can not figure this out.
I believe the Combo Boxes are not loaded using VBA, and all of the solutions I have found use that method to load data into the Combo Boxes. When I added the third Combo Box, I expected a question asking where the data should come from, but that did not happen.
Can someone help me with this? It seems like the answer should be easy, but so far I have come up empty.
Thank You for your assistance.