I'm trying to have the user enter a value in a textbox then have the other textbox values calculate based on the new value entered in box 1.
Problem is that the value that I have to enter is a decimal value, and when I press 0 i get a division by 0 in the formulas, and if i just use "." it gives me a type mismatch. How do I get it to wait for me to finish entering my value to calculate, or do i have to use a separate button to calculate?
Any help greatly appreciated
Problem is that the value that I have to enter is a decimal value, and when I press 0 i get a division by 0 in the formulas, and if i just use "." it gives me a type mismatch. How do I get it to wait for me to finish entering my value to calculate, or do i have to use a separate button to calculate?
Any help greatly appreciated