Hello All,
I have a site i am going to and it contains 2 drop downs.
The selection of the first drop down triggers the options available in the second drop down to change.
for example:
drop down 1 could be
Blue
Red
Green
if blue is selected then drop down 2 will be
A
B
C
if green
D
E
F
and so on...
in my macro i have the following which works good
the issue is that the second dropdown does not update the options available.
Any help?
I have a site i am going to and it contains 2 drop downs.
The selection of the first drop down triggers the options available in the second drop down to change.
for example:
drop down 1 could be
Blue
Red
Green
if blue is selected then drop down 2 will be
A
B
C
if green
D
E
F
and so on...
in my macro i have the following which works good
Code:
IE.Document.getElementsByTagName("select")("apisection").Value = "Orders"
the issue is that the second dropdown does not update the options available.
Any help?