Home
last modified time | relevance | path

Searched refs:excelApp (Results 1 – 2 of 2) sorted by relevance

/trunk/main/migrationanalysis/src/wizard/
H A DRunServer.bas120 Dim excelApp As Excel.Application variable
125 Set excelApp = New Excel.Application
127 excelApp.Run ("AnalysisTool.AnalysisDriver.AnalyseDirectory")
134 excelApp.Quit
138 Set excelApp = Nothing
/trunk/main/migrationanalysis/src/driver_docs/sources/
H A DAnalysisDriver.bas730 excelApp As Excel.Application, _
738 Set excelApp = Application
739 excelApp.Visible = True
741 Set excelApp = GetExcelInstance
742 excelApp.Visible = False
756 excelApp.DisplayAlerts = False
770 If Not excelApp Is Nothing Then
771 excelApp.Visible = True
772 If excelApp.Workbooks.count = 0 Then
773 excelApp.Quit
[all …]

Completed in 44 milliseconds