Hi,
I am stuck in a middle of a major problem which is hampering my progress.
My problem is there is a text box in my company's web page that has the autocomplete option enabled. But whenever I tried to input a value in it by the way of excel programming (VBA), it doesn't provide me the autocomplete dropdown.
The way it works is, once it provides me the autocomplete option, the Autocomplete option has to be selected after which a hidden module appears in the web page. Only after the hidden module is displayed, will I be able to move to the next page.
I am able to choose the Autocomplete option when I enter the values manually, but the autocomplete option does not appear when done through VBA.
Could you please tell me how to
a) input the value into the text box so that the AutoComplete dropdown appears.
b) Choose the autocomplete option that appears.
A quick response is much appreciated.
I am stuck in a middle of a major problem which is hampering my progress.
My problem is there is a text box in my company's web page that has the autocomplete option enabled. But whenever I tried to input a value in it by the way of excel programming (VBA), it doesn't provide me the autocomplete dropdown.
The way it works is, once it provides me the autocomplete option, the Autocomplete option has to be selected after which a hidden module appears in the web page. Only after the hidden module is displayed, will I be able to move to the next page.
I am able to choose the Autocomplete option when I enter the values manually, but the autocomplete option does not appear when done through VBA.
Could you please tell me how to
a) input the value into the text box so that the AutoComplete dropdown appears.
b) Choose the autocomplete option that appears.
A quick response is much appreciated.