Hi,
I am new in VBA. I'd like to create a VBA script to select the value "associate" from a html dropdown list. Could you help me with writing this script?
Here is the html code in the website
<h2>Return To Station</h2>
<div id="searchUserInputContainer">
<div id="searchByContainer">
<span>Type: </span>
<select id="searchType" class="searchSelection">
<option value="package"> Package </option>
<option value="associate"> Associate </option>
</select>
</div>
<div id="downloadSearchResultsAsCSVContainer"></div>
I am new in VBA. I'd like to create a VBA script to select the value "associate" from a html dropdown list. Could you help me with writing this script?
Here is the html code in the website
<h2>Return To Station</h2>
<div id="searchUserInputContainer">
<div id="searchByContainer">
<span>Type: </span>
<select id="searchType" class="searchSelection">
<option value="package"> Package </option>
<option value="associate"> Associate </option>
</select>
</div>
<div id="downloadSearchResultsAsCSVContainer"></div>