Hi,
I have an Excel addin that uses an ADODB.connection object to connect to an Access 2007 database that resides on a network drive.
The connection string I am using is here:
cnFMDB.Open "Provider = Microsoft.ACE.OLEDB.12.0;Data Source = " & strFMDB
where cnFMDB is my connection object and...