My employer upgraded from Office 2007 to Office 365. I have an Access db that gathers/opens data from and Excel file and everything was working file in 2007. Now, the code will FREEZE below on the SET. In the References, I do have Microsoft Excel 16.0 Object Library.
Any ideas why this freezes and/or how to fix?
Thanks!
Code:
Dim objExcel As Excel.Application
Set objExcel = New Excel.Application
Any ideas why this freezes and/or how to fix?
Thanks!