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 Wanet Telecoms Ltd 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: cenk1536
  • Order by date
  1. cenk1536

    OLE automation question

    integer result result = o1.ConnectToNewObject(&quot;word.application.9&quot;) IF result <> 0 THEN DESTROY o1 MessageBox(&quot;OLE Error&quot;, & &quot;Unable to connect to Microsoft Word. &quot; & + &quot;Code: &quot; & + String(result)) DESTROY o1 RETURN END IF...

Part and Inventory Search

Back
Top