I am trying to use MS Word VBA to connect to a Sharepoint Online List using Microsoft.ACE.OLEDB.12.0 as my provider.
I can get it working with my in house Sharepoint 2013 but not with Sharepoint 2013 Online.
I am however able to accomplish the connection using MS Access to both the in house and online Sharepoint. I am using the same references in Access and Word but the Word VBA is giving me a run time error....Operation canceled by user.
I tried using Excel VBA and it works with on premise but not online...it doesn't give an error but just hangs.
Does anyone have a clue why I am getting this error? Or how to get the connection to the online Sharepoint working?