bfreescott
Board Regular
- Joined
- Aug 6, 2015
- Messages
- 115
A client of mine is getting a compile error in hidden module after being migrated from Office 2016 to Office 365. There were no changes to the code. Other clients still on the 2016 platform are reporting no issues with the same code. I've checked for missing libraries in the References, but there were none. In the offending module, all procedures have error handling, none are which are triggered. I'm guessing the compile issue precedes any attempt for run-time. Only one reference to a library is made where I build a connection string using Microsoft.ACE.OLEDB.12.0. I don't think the reference is the issue, as that works fine for all other Excel 2016 clients, but I'm wondering about the version of the engine. Do I need to use version 16.0? I'm also wondering if the issue is 32-bit versus 64-bit. Could there be a conflict there?