Good afternoon all,

I have a webform for my company that we fill in with repetative data from excel, I am trying to populate it automatically but I am rubbish with websites so I have no idea how to get VB to control the form. I have managed to get it to populate the form but I cannot get it to submit the data.

From the page source information I believe I just need it to click the button identified by the following code:

<p><input type="submit" name="submit" class="button" value="Log in" /></p>

Can anyone help?