krazyhype19
New Member
- Joined
- Feb 24, 2014
- Messages
- 28
Hi,
I need help to open the files in sharepoint O365 site. "https://..."
I got some codes from the internet however, it will not work on the other pc with limited features because it needs to map a network drive. Is there a way that there is no need to map a network to make it work in different environment?
Another option that I also tried to use was the Application.FileDialog(msoFileDialogOpen). But when I tried to select multiple files it won't allow me even though I set a code to Application.FileDialog(msoFileDialogOpen).AllowMultiSelect = True in Excel 2016 but it is working in Excel 2010.
Hope to here from you guys! Thank you!
I need help to open the files in sharepoint O365 site. "https://..."
I got some codes from the internet however, it will not work on the other pc with limited features because it needs to map a network drive. Is there a way that there is no need to map a network to make it work in different environment?
Another option that I also tried to use was the Application.FileDialog(msoFileDialogOpen). But when I tried to select multiple files it won't allow me even though I set a code to Application.FileDialog(msoFileDialogOpen).AllowMultiSelect = True in Excel 2016 but it is working in Excel 2010.
Hope to here from you guys! Thank you!