I am trying to open a Connection to Password protected AccessDB, through Excel VBA.
I am using the following connection string
conn.Provider = \"Mic
Or you could do this.
conn.ConnectionString = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" & dbPath & ";Jet OLEDB:Database Password=" & pwd