Public Function ConvertSimple( _
ByVal vFromValue As Variant _
, ByVal vFromUnits As Variant _
, ByVal vToUnits As Variant _
) As Variant
"Simple Convert Measurement" Simple numeric conversion between certain important measurements. This function is mainly for people who want to use the ConvertSpecial high-level conversion function with a simple lower-level conversion function for support. As is, this function converts between inches, feet, and meters.
Note: All unit name matches are case-insensitive. Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.