Export Powerpoint comments to Excel
问题 I am trying to create a macro to export Powerpoint comments into Excel, with columns for different headings such as author, slide number etc. Tried using the code I have for Word for this macro, which works fine, however being a novice at VBA I don't know how to customise this code for Powerpoint Sub ExportWordComments() ' Purpose: Search for comments in any text that's been pasted into ' this document, then export them into a new Excel spreadsheet. ' Requires reference to Microsoft Excel 15