How to Get the Slide Width in PowerPoint using VBA
When we created our add-in for PowerPoint to export slides as images we faced an interesting challenge. Aside of choosing a specific output size, we needed to get the actual size of the PowerPoint presentation while iterating through each slide. This way we were able to calculate the new width and height (and aspect ratio) …