When you have a SharePoint Document Library and use the “"Export to Excel” feature, you may have noticed that document versions will not be exported as expected. This is the VBA-code created which reads the version-info from your SharePoint-document library and inserts the version-info into your Excel file. This is the code: Sub PopulateVersionInfo() reads the version info from the SharePoint Sub PopulateVersionInfo() inserts the version-info into the Excel-file Option Explicit Dim sViewGUID...(read more)
↧