mfoster711Regular Contributor12 years agoExcel Workbook SaveAs FileFormat TemplateFile = "\\server\TemplateName.xls" Set objExcel = Sys.OleObject("Excel.Application") Set objWorkBook = objExcel.Workbooks.Add(TemplateFile) FileFormat = -4143 ...Show More
mfoster711Regular Contributor12 years agoBoth of those replies worked. I am still adjusting to vbscript and that was a rookie mistake.
Recent Discussions'ADO' is not defined error - TC v15.79WebModule issues with Virtual MachineUnable to Navigate to Code Line from Log Messages
Related ContentScript to verify DB Table workbookHow to SaveAs a word doc which is already openAdding new sheet in excel workbook.