Forum Discussion
MDLeach
May 28, 2025Copper Contributor
Getting updated data from a Microsoft Form's SharePoint Excel Repository using VBA.
I want to grab data from an Excel file in SharePoint that is synced to a Microsoft Form and put it into a different file using a VBA macro, but I don't get the updated data. I have to manually access...
Kidd_Ip
May 28, 2025MVP
How about by VBA:
Workbooks.Open "https://your-sharepoint-url/FormsResponses.xlsx"
ActiveWorkbook.RefreshAll