Problem with Excel Macro contacting a SharePoint folder in Windows 10.
I have a model that has been running under Windows 7 for several years without a problem. When i migrated to Windows 10 the part of the macro that is looking for a folder on SharePoint no longer works. I have tried the same macro but referencing a local file on my laptop and there is no problem.
When I ran the debug it highlights the line for:
[IMGnothumb]https://bytes.com/attachment.php? attachmentid=10 019[/IMGnothumb]
I have a model that has been running under Windows 7 for several years without a problem. When i migrated to Windows 10 the part of the macro that is looking for a folder on SharePoint no longer works. I have tried the same macro but referencing a local file on my laptop and there is no problem.
When I ran the debug it highlights the line for:
If Len (Dir(vSource & vFile) ) = 0 Then
[IMGnothumb]https://bytes.com/attachment.php? attachmentid=10 019[/IMGnothumb]
Comment