|
Could you point out some lines that you get errors on? Because I couldn't raise any with normal operation.
However, if you type in anything other than a number in Text1, an error raises because it's trying to set it to a number variable. Use the IsNumeric() function to determine if the input is a number, and alert the user if it isn't.
Also iit seemed that Text2 had no effect on anything.
|
__________________
If you're not part of the solution, you're part of the precipitate.
|