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 DiscussionsAndroid execution and object capture is slow.Is there a way to disable the usage of the tcMSVCHook.dll?Is there any way to increase the amount of line on my screen?
Related ContentHow to SaveAs a word doc which is already openScript to verify DB Table workbookAdding new sheet in excel workbook.