Application.Build Property (PowerPoint)
Returns the build number for the current instance of Microsoft PowerPoint. Read-only.
Syntax
expression .Build
expression A variable that represents a Application object.
Return Value
String
Example
This example displays the PowerPoint build number.
MsgBox Prompt:=Application.Build, Title:="PowerPoint Build"