↧
VBScript fails
Hello, Not sure why the script fails on the marked line below. Code: sPath = "c:\tmp\" fln = sPath + "tmp.pptm" strExcelPath = sPath + "tmp.xlsm" Set objExcel = CreateObject("Excel.Application") '...
View Article