CB.GetVersion Example

For Crystal Ball version 11.1.1.0.00, this example places the string "11.1.1.0.00" in cell A2 and a string with the full build number, 11.1.63.0, into cell B2.

Range("A2").Value = CB.GetVersion
Range("B2").Value = CB.GetVersion(cbFullBuildVersion)