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 Rhinorhino 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: matsab
  • Content: Threads
  • Order by date
  1. matsab

    Launching Word with VBScript - work only one time

    I use the following VBScript to launch a Word application: <SCRIPT LANGUAGE=vbscript> Set WordApp = CreateObject(&quot;Word.Application&quot;) WordApp.Visible = true </SCRIPT> My OS is Windows NT SP6. I use Word 97 and IE 5.5. I launch IE and open my page containing this script. The...

Part and Inventory Search

Back
Top