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
VLapidusFrequent Contributor13 years agoYou forgot to use Call:Call objWorkBook.SaveAs(LogFileName, FileFormat)
Recent DiscussionsUnable to Navigate to Code Line from Log MessagesMicrosoft Access Database Engine 2016 Redistributable is no longer supportedStoring JUnit XML while the testing is running
Related ContentHow to SaveAs a word doc which is already openScript to verify DB Table workbookAdding new sheet in excel workbook.