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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by HewruH

  1. HewruH

    Creating remote automation object

    I'm just learning DCOM. So, I begun to learn with scratch. I found such example in MS VBScript reference: Dim ExcelApp Set ExcelApp = CreateObject("Excel.Application", "host_name") ExcelApp.Visible = True ExcelApp.Quit Set ExcelApp = Nothing When I run this code with...

Part and Inventory Search

Back
Top