mfoster711Regular Contributor13 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 Contributor13 years agoBoth of those replies worked. I am still adjusting to vbscript and that was a rookie mistake.
Recent DiscussionsTestComplete Closing Issue in Debug ModeSend Request Operation - Response Body?Elements detected, clicked in wrong location with Chrome
Related ContentHow to SaveAs a word doc which is already openScript to verify DB Table workbookAdding new sheet in excel workbook.