http://www.vbforums.com/showthread.php?t=583416
this guy was doing what you wanna do...
basically u need to get the field / form names...
then set them... then on the button... ".click" even makes it go to the login...
ie@: open ie webbrowser control should b good... - most likely hidden im guessing?....
then when its completed...
ie document complete...
if url = locationurl and url = "whatever you want it to be like" then
webbrowser1.document.all("name of what you wanna set").value = text1.text
"" """ """ .all("Password").value = text2.text
""""""".all("Login Button").click
end if
of course this needs doing properly [what its not in code tags]
but hope that helps?