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 TouchToneTommy 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: Alekhine
  • Order by date
  1. Alekhine

    Launch MS product with results

    Hi, try this, in your main function, Runtime r = Runtime.getRuntime(); Process p = null; try { p = r.exec(Pathname); } catch(Exception e) { } Pathname* is the path of your Excel or Word application let me know if it works

Part and Inventory Search

Back
Top