BuildNumber Property

Microsoft Office Web Components Visual Basic

Returns the Microsoft Office Web Components build number. Read-only String.

expression.BuildNumber

expression    Required. An expression that returns one of the objects in the Applies To list.

Example

This example displays the Microsoft Office Web Components build number in the active cell of Spreadsheet1.

Spreadsheet1.ActiveCell.Value = "MSOWC Build " & Spreadsheet1.BuildNumber