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 = False756 excelApp.DisplayAlerts = False770 If Not excelApp Is Nothing Then771 excelApp.Visible = True772 If excelApp.Workbooks.count = 0 Then773 excelApp.Quit[all …]
Completed in 39 milliseconds