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 Contributor13 years agoOr you don't need call if you leave off the parenthesisobjWorkbook.SaveAs LogFileName, FileFormatfor a sub routine.
Recent DiscussionsFirefox ESR 128.0 - no object recognition possibleTestComplete not recognizing WPF objects in interopped WPF windowTestComplete with Chrome v147
Related ContentHow to SaveAs a word doc which is already openScript to verify DB Table workbookAdding new sheet in excel workbook.