Ok, so I really have no idea how to do this, but how would I prevent a crash when it asks for an integer value and the user gives it a string?
Here's some example code;
private sub userInput()
dim userInputNum As Integer
userInputNum = InputBox("Enter a number.")
end sub
And if the user enters text, it just crashes. So I was wondering if anyone had a solution?
Thanks, I would appreciate it a lot.