AronGahagan / cpt-dev

Code repository for the ClearPlan Toolbar
https://www.ClearPlanConsulting.com
3 stars 1 forks source link

hotfix for Application.Version bug #312

Closed AronGahagan closed 1 year ago

AronGahagan commented 1 year ago

Problem:

In a recent release, Application.Version returns "rmj.rmm" instead of the version number.

Solution:

Use CLng(Left(Application.Build,2)) instead.

Affected Modules:

Todo: