How to list PowerPoint comments using VBA
VBA functions are great when we need to do more with PowerPoint and Office documents. Yesterday I needed to copy the PowerPoint comments for future reference and I came to the need to list comments using VBA. Finally I ended using this code that will iterate through all your slides and get your comments. The …