The Version property returns the application version as a string. This is similar to the Help | About Voxler command.
Syntax
object.Version
Example
This example demonstrates how to return the version of Voxler currently running.
'Return the application version
Debug.Print "Voxler version number is "; VoxlerApp.Version
Used by: Application object
See Also