Question

Is it possible to detect the version of a powerpoint(PowerPointXP etc) file?

Was it helpful?

Solution

To detect the version of the PowerPoint application being used:

Sub getVersion()
    Debug.Print Application.Version
End Sub

To detect the version of the PowerPoint file format:

Use DSOfile

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top