Hello,
Much of this is a "I don't know what I don't know" so excuse me if I don't provide enough information.
I have an Excel file on SharePoint that I open using VBA on a local Excel document. The SharePoint site requires the user to be signed in before the VBA can open the file. However my users are complaining that even though they are logged into the SharePoint site, sometime the file will not open. There doesn't seem to be any rhyme of reason to it.
I noticed that if we go to the SharePoint folder the file is located on using Internet Explorer and click "Open in File Explorer", the issue seems to clear for most, if not all, people, and suddenly the code works fine.
Is something wonky with the authentication? Since the issue comes and goes, and seems to only affect some users, I have no idea how to nail down the cause, let alone a workaround.
Perhaps this issue has been seen before?
Thank you!
Much of this is a "I don't know what I don't know" so excuse me if I don't provide enough information.
I have an Excel file on SharePoint that I open using VBA on a local Excel document. The SharePoint site requires the user to be signed in before the VBA can open the file. However my users are complaining that even though they are logged into the SharePoint site, sometime the file will not open. There doesn't seem to be any rhyme of reason to it.
I noticed that if we go to the SharePoint folder the file is located on using Internet Explorer and click "Open in File Explorer", the issue seems to clear for most, if not all, people, and suddenly the code works fine.
Is something wonky with the authentication? Since the issue comes and goes, and seems to only affect some users, I have no idea how to nail down the cause, let alone a workaround.
Perhaps this issue has been seen before?
Thank you!