Hi,
I am running the following software:
Windows 7 (64 bit)
Excel 2013 (32 bit)
Access 2016 (32 bit)
When I use the following VBA code to connect Excel 2013 to my Access 2016 database, Excel immediately crashes:
---- begin ----
Dim objConn As ADODB.Connection
Dim strDBConnection As...