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

<button onclick="this.disabled=true;document.f_get_username.submit();" type="submit" value="Continue"></button>
Any help would be really appreciated.

Thanks in advance.

Jim