Adroitking
Board Regular
- Joined
- Aug 12, 2004
- Messages
- 122
I hope this is possible but not sure. I have a macro inside a userform that logs me onto a secure website. I would now like to import all the account names from the combobox on the website to the combobox on the userform.
Is this possible?
Looking at the source code from the website. this is what I can see
Is this possible?
Looking at the source code from the website. this is what I can see
Code:
<select id="AcctList" name="AcctList" class="bodytext" onChange="javascript:SelectAcct()">
<option selected value="">Select an Account</option>
<option value='Account Name 1'> Account Name 1
<option value='Account Name 2'> Account Name 2