This worked, but not when when objxl.window(1) was False. With this code, you don't see any of the windows.
Dim XLapp As New Excel.Application
Dim ObjXL As Excel.Workbook
Set ObjXL = XLapp.Workbooks.Open("C:\...\Settlements.xlsx")
ObjXL.Application.Visible = False...