Forum Discussion
MichielS340
Sep 06, 2024Brass Contributor
Excel save as csv on Sharepoint with VBA
Hi, Hopefully somenone knows how to do the following. I have the following script to create a csv file and store it locally. Now I want to save the csv file on Sharepoint but I am not able to cre...
- Sep 06, 2024If you are able to assign a drive letter to the sharepoint library you can keep your current VBA code. See: https://m365scripts.com/sharepoint-online/how-to-map-a-network-drive-to-sharepoint-library/
JKPieterse
Sep 06, 2024Silver Contributor
If you are able to assign a drive letter to the sharepoint library you can keep your current VBA code. See: https://m365scripts.com/sharepoint-online/how-to-map-a-network-drive-to-sharepoint-library/
- MichielS340Sep 06, 2024Brass Contributorthanks, I was hoping an easier approach (in the sense of no powershell) was possible...