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 gkittelson 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: *

  • Users: jutsir
  • Order by date
  1. jutsir

    VBS / IE intrface ??

    Can this script help you? Option Explicit Dim oIE, doc1 On Error GOTO 0 ' Create Internet Explorer Application Object. Set oIE = WScript.CreateObject("InternetExplorer.Application") oIE.Navigate "about:blank" ' Empty HTML document oIE.Visible = 1 ' Internet...

Part and Inventory Search

Back
Top