Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. davidm174

    Help with cutting and pasteing text to IE textbox with vbscript

    I need help starting an IE webpage, navigate to a specific page, pasteing a user name and pawwsord specified in the script, then hit submit. The code I have thus far is: username = "username" password = "password" Set objIE = CreateObject("InternetExplorer.Application") objIE.Navigate...

Part and Inventory Search

Back
Top