OfficeDev / VBA-content

All content in this repository has been migrated to a new repository (https://github.com/MicrosoftDocs/VBA-Docs). Please do not open issues or pull requests here. We are no longer monitoring this content.
https://github.com/MicrosoftDocs/VBA-Docs
Creative Commons Attribution 4.0 International
564 stars 434 forks source link

Presentation.SaveAs confusing PpSaveAsFileType #258

Closed darkdragon-001 closed 8 years ago

darkdragon-001 commented 8 years ago

In file VBA/PowerPoint-VBA/articles/d70a678b-66ed-9dd6-5a5e-454cdf808784.md (Presentation.SaveAs), the example at the button uses ppSaveAsPowerPoint4 while the list of all possible PpSaveAsFileType does not have this entry.

It would also be helpful to have a short description what each of these constants means.

darkdragon-001 commented 8 years ago

I found some more information at https://msdn.microsoft.com/en-us/library/microsoft.office.interop.powerpoint.ppsaveasfiletype.aspx.

But it is still not clear to me, which of these options is the .ppt and which one the .pptx format.

laschultz commented 8 years ago

darkdragon-001, Thank you for brining this issue to our attention. Your contribution helps improve the documentation quality. I'll look into your issue and get back to you with a response. Thanks, Office Scale Team

laschultz commented 8 years ago

darkdragon-001, I've included a link to the topic with the constant descriptions. Since we've moved to an open publishing environment, we now look to developers to help us keep the documentation up to date. In the future, feel free to make changes directly to the GitHub repo and submit a Pull Request. Thanks, Office Scale Team