I would like to use an inputbox that accepts only a number between say... 1 and 100
The inputbox im using is just
s = InputBox("I think this is the content of the box", "Script Entry", "Enter the Number you wish to produce")
If s = "1" Then
m = MsgBox("Congrats", vbOKOnly, "title")
Else
m =...