Excel User Group
Microsoft Excel blogs, forums, files. Read, ask questions, provide answers.

Parsing Version Numbers

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
Filed under:
Copyright Excel User Group and the relevant contributors, 2010. All Trade Marks acknowledged. This site is a peer-to-peer site and NOT affiliated in any way to Microsoft Corp. All rights reserved.