简体   繁体   中英

VBA pass windows authentication to SharePoint

I have a VBA project that uploads data from an Excel spreadsheet to an Access database stored on SharePoint. All was well until I upgraded to Windows 7. Windows 7 doesn't automatically pass Windows authentication to SharePoint when accessed this way. Now my project will not update my db. How can I get my VBA project to pass that information to SharePoint? I've been searching for 2 days and I haven't found anything helpful.

I ran into the same problem today. The workaround I came up with, which I would love to replace, is to force Windows Explorer to open the sharepoint folder, which triggers the authentication request to the user. Obviously, there are many issues with this solution.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM