Hello
Its becoming a pain since few days.
I am trying to connect to Access database saved in sharepoint through vba
Excel is also saved in sharepoint
Code i am using is
Conn.Open "Provider=Microsoft.ACE.OLEDB.12.0; Data Source=" & dbname & ";"
sconnect = "Provider=MSDASQL.1;DSN=Excel Files;DBQ=" & DBPath & ";HDR=Yes';"
and dbname = "URL of sharepoint"
But not able to connect to access database
Its becoming a pain since few days.
I am trying to connect to Access database saved in sharepoint through vba
Excel is also saved in sharepoint
Code i am using is
Conn.Open "Provider=Microsoft.ACE.OLEDB.12.0; Data Source=" & dbname & ";"
sconnect = "Provider=MSDASQL.1;DSN=Excel Files;DBQ=" & DBPath & ";HDR=Yes';"
and dbname = "URL of sharepoint"
But not able to connect to access database