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 an Application object.

Return value

String

Example

This example displays the PowerPoint build number.

MsgBox Prompt:=Application.Build, Title:="PowerPoint Build"

See also

Application Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.