Hello all
I want to use VBA to click on a button called continue on a webpage but I can figure out how to do it despite a lot of searching and trial and error.
The source code which refers to the button (as far as I can make out) is below
Any help would be really appreciated.![]()
<button onclick="this.disabled=true;document.f_get_username.submit();" type="submit" value="Continue"></button>
Thanks in advance.
Jim
Bookmarks