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

  1. wickednz

    vbscript for opening powerpoint templates from internet explorer

    As part of a vbscript function I have the following for opening excel and powerpoint documents: elseif ucase(right(name,3)) = "XLS" or ucase(right(name,3)) = "XLT" then set exl = createobject("Excel.Application") exl.visible = true exl.Workbooks.add(name) set...

Part and Inventory Search

Back
Top