Here are two ways to parse out a string representation of a version number. Start with a version number like “v7.10″. End up with the version number (7) and the revision number (10).
Sub GetVersion()
Dim lVer As Long
Dim lRev As Long
Dim dTemp As Double
[...]
Read More...
Read the complete post at http://www.dailydoseofexcel.com/archives/2011/05/02/parsing-version-numbers/
Posted
May 02 2011, 07:30 AM
by
Daily Dose of Excel