Units Conversion

johnpc

Member
Licensed User
Longtime User
See the attached PDF file for usage infomation.
 

Attachments

  • Conversions.zip
    300.8 KB · Views: 316
Last edited:

johnpc

Member
Licensed User
Longtime User
Conversions

Thanks for pointing this out Erel.

The following changes should fix the endless loop problem for base 1

In Sub App_Start Line - 37 change:
For i = 1 to 36 to For i = 2 to 36

In Sub ListBase_SelectionChanged (Index, Value) -Line 4386 change:
Base = ad + 1 to Base ad + 2

Revised Zip File Attached
 
Last edited:
Top