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
sastoweSuper Contributor12 years agoOr you don't need call if you leave off the parenthesisobjWorkbook.SaveAs LogFileName, FileFormatfor a sub routine.
Recent DiscussionsUnable to run Keyword Tests after 15.80"Simplified WPF object tree" setting'ADO' is not defined error - TC v15.79
Related ContentScript to verify DB Table workbookHow to SaveAs a word doc which is already openAdding new sheet in excel workbook.