Search code examples
vbams-officefile-formatpowerpoint

Detect PowerPoint version


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


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