Lines Matching refs:xl
645 Dim xl As Excel.Application variable
647 Set xl = Application
648 xl.Visible = True
650 Set xl = GetExcelInstance
651 xl.Visible = False
654 Set logWb = xl.Workbooks.Open(resultsFilePath)
674 If Not xl Is Nothing Then
675 If xl.Workbooks.count = 0 Then
676 xl.Quit
680 Set xl = Nothing
805 Dim xl As Excel.Application variable
807 Set xl = Application
808 xl.Visible = True
810 Set xl = GetExcelInstance
811 xl.Visible = False
817 Set logWb = xl.Workbooks.Add(Template:=resultsTemplate)
820 Set logWb = xl.Workbooks.Open(storeToDir & "\" & resultsFile)
958 xl.DisplayAlerts = False
962 xl.DisplayAlerts = True
966 If Not xl Is Nothing Then
967 xl.Visible = True
984 If Not xl Is Nothing Then
985 If xl.Workbooks.count = 0 Then
986 xl.Quit
990 Set xl = Nothing
995 xl.DisplayAlerts = False
2013 Dim xl As Excel.Application variable
2016 Set xl = GetObject(, "Excel.Application")
2018 Set xl = CreateObject("Excel.Application")
2020 Set xl = Nothing
2024 Set GetExcelInstance = xl
2025 Set xl = Nothing