Okay normally I dont have issues with somthing as basic as pulling text from a website but how can I pull the two passwords displayed on this page. $UsernameAndPassword = _IECreate("http://www.generate-password.com/") _IELoadWait ($UsernameAndPassword) there is my code obviously the url is www.generate-password.com/ thank in advance