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 DiscussionsAccess Form opend with a menuitemCan we set sheet name in excel as active using python scriptUnable to capture objects inside iFrames in Power App using TestComplete
Related ContentHow to SaveAs a word doc which is already openScript to verify DB Table workbookAdding new sheet in excel workbook.