I need code for the following procedures:
1) Make it so the user can only enter numbers into a listbox when prompted for them. They cannot enter any text besides numbers.
2) Once they enter numbers, I find the range between them. The range is the difference between the smallest and highest number in the listbox.
3) Make it so a user can only enter numbers in a textbox.