alright i have the code to open internet explorer im using the following
once explorer is open i need it so that when ever the user clicks enter again it will change the url to what text2 has changed to instead of opening a new window. i hope this makes sense. thanksCode:Call Shell("c:\program files\internet explorer\iexplore.exe " & Text2.Text, vbNormalFocus)




Reply With Quote