I was just curious if there was a way to automatically make a list (lets just say Sheet1 A1 to lastrow), of items in a "Combobox" type control on a web form? Just as an example, if I'm on the Autotrader website, and I'm selecting what type of cars I want to look at I've got a few controls that allow the website to filter what it shows me. The first combobox style control has a list of all "Makes" ("Chevrolet, Ford, Dodge...etc"). Is it possible for a code to navigate to that url, and put each item in that control into a list?
I've got a code that navigates to the correct url, and is able to make the appropriate selection in the control based on my userform data. My comboboxes in my userform are populated with lists that I made manually to mirror those on the webform, but I'm worried the lists on the web will be changed or updated with new items, and it will throw my entry off until I update my list. So I was hoping that I could add some code that I could easily update my lists every now and then, without having to go to the web form and check each item in each control to make sure it's all the same.
Make any sense? lol. Thanks for any help you guys got for me.
I've got a code that navigates to the correct url, and is able to make the appropriate selection in the control based on my userform data. My comboboxes in my userform are populated with lists that I made manually to mirror those on the webform, but I'm worried the lists on the web will be changed or updated with new items, and it will throw my entry off until I update my list. So I was hoping that I could add some code that I could easily update my lists every now and then, without having to go to the web form and check each item in each control to make sure it's all the same.
Make any sense? lol. Thanks for any help you guys got for me.