Page 1 of 1
Right triangle calculator
Posted: Fri Mar 16, 2007 4:28 pm
by gohbucks69
Find any side of a right triangle when any two sides or a side and an angle are known.
New Version
Posted: Tue Mar 20, 2007 9:22 pm
by gohbucks69
Updated similar to Rt_Triangle1.zip but added code to output degrees in DDÂșMM'SS"
Also added "*******************" to disabled boxes instead of "0"
Posted: Thu Mar 22, 2007 9:42 am
by stpendl
I have done some updates to allow tabbing through the boxes and hitting of ENTER to solve the triangle.
Replaced any IF..THEN..GOTO by SELECT..CASE.
Turned any procedure into a SUB to avoid GOTO.
Update: Merged all ERRORx SUB's into one
Update: Corrected checking for division by zero