Excel file won't open in MS Access.
This piece of code was working until a few days ago. Now it's NOT erroring out and it's not creating any Excel objects.
Dim XL As Object
Set XL = New Excel.Application
XL.workbooks.Open(ourPath)
The Object assignment should work (the path is correct, I've checked it multiple times).