
|
I got tired of manually entering a formula into a workbook, typing in a number, and pressing enter when I needed to convert those heathen Celsius numbers into my beloved Fahrenheit, and vice versa (I'm in the American metalworking industry, okay??). I designed this form to accept a number, then when it saw a letter corresponding to F or C, convert it into its equivalent.
This workbook contains the code to:
- Open a form with a text box for numeric data entry,
- Recognize when "F" or "C" is entered after a number, and
- Convert the value preceding the letter into its corresponding value in the other system.
|