Searched refs:excelApp (Results 1 – 2 of 2) sorted by relevance
120 Dim excelApp As Excel.Application variable125 Set excelApp = New Excel.Application127 excelApp.Run ("AnalysisTool.AnalysisDriver.AnalyseDirectory")134 excelApp.Quit138 Set excelApp = Nothing
730 excelApp As Excel.Application, _738 Set excelApp = Application739 excelApp.Visible = True741 Set excelApp = GetExcelInstance742 excelApp.Visible = False746 Set resultSheet = excelApp.Workbooks.Add(Template:=resultsTemplate)749 Set resultSheet = excelApp.Workbooks.Open(resultsFile)756 excelApp.DisplayAlerts = False761 Sub CloseXLSResultFile(excelApp As Excel.Application, _770 If Not excelApp Is Nothing Then[all …]