Ratan Bhushan Member Jan 6, 2015 #1 Hi Team I am making a code in which i am accessing our internal website, where I need to click on a button but I am unable to do so. I want to do it by vba. I am enclosing the Internet Explorer coding. Please help. Thanks and Regards
Hi Team I am making a code in which i am accessing our internal website, where I need to click on a button but I am unable to do so. I want to do it by vba. I am enclosing the Internet Explorer coding. Please help. Thanks and Regards
Marc L Excel Ninja Jan 6, 2015 #2 Hi, easy if you know how to use a webbrowser ! (inspector tool) Once in your code you get the right element from the right table : {var element}.onclick …
Hi, easy if you know how to use a webbrowser ! (inspector tool) Once in your code you get the right element from the right table : {var element}.onclick …
Marc L Excel Ninja Jan 6, 2015 #4 Differents ways, for example create a variable on the Input Tag collection and search which is the one in the VBE Local variables window … Automate Internet Explorer
Differents ways, for example create a variable on the Input Tag collection and search which is the one in the VBE Local variables window … Automate Internet Explorer
Marc L Excel Ninja Jan 6, 2015 #5 Maybe it's easier for webbrowser noobs to use a tool like selenium-vba …