I'm attempting to automate input to an ASP/AJAX web-page using VBA, however,
I've encountered a couple of problems:
1) when selecting from dropdown A manuallly, dropdown B is populated with a
series of options depending on the option selected in drropdown A. While I
can select from dropdown A in VBA, dropdown B never gets updated. Prsumably
I need to trigger some event on the page, but how do I accomplish this in
VBA?
2) clicking a button creates an "on the fly" dropdown depending on the
contents of a textbox. How do I access this dropdown and select an option?
Apologies if these questions seem naive and beginnerish, but I'm working
well outside my comfort zone.
Cliff.
I've encountered a couple of problems:
1) when selecting from dropdown A manuallly, dropdown B is populated with a
series of options depending on the option selected in drropdown A. While I
can select from dropdown A in VBA, dropdown B never gets updated. Prsumably
I need to trigger some event on the page, but how do I accomplish this in
VBA?
2) clicking a button creates an "on the fly" dropdown depending on the
contents of a textbox. How do I access this dropdown and select an option?
Apologies if these questions seem naive and beginnerish, but I'm working
well outside my comfort zone.
Cliff.
Comment