[RESOLVED] Problems with KeyAscii and Selectalltext, and one more
I'm having problems trying to limit the input into the textbox's using the KeyAscii case.
I used this same line in a program last week and it worked, so I'm puzzled why it's not following the rules of the case that is specified.
Also, again I used the SelectAllText, in a program, and followed the same code modifying the textbox names to the new program and it still is not working.
Lastly, If someone could help me with the best way to provide some I guess data validation for the Calculate button, so that it would not run if not input is put in, or only run the first line (of the 4 different lines) depending on how much info has been inputted, that way the program can still work and not be an all or none kinda thing.
If I can get this problems straightened out, I'm going to start looking next into outputting the results to an Excel Worksheet, look forward to learning more!!!