Thanks,
I tried as you suggested, which is definitely better, however I keep getting an error on this line:
objIE.Document.All.logonForm.submit
I assume it's because the name of the submit button is also submit, like so:
<INPUT type="submit" name="submit" value="Log On">
This is the code...