Thread
:
Limit range of values for integer
View Single Post
#
2
Posted to microsoft.public.excel.programming
dksaluki
external usenet poster
Posts: 48
Limit range of values for integer
you could test for the value of the interger. something like this:
If i 0 or <=100 then
'do something here
Else
MsgBox "Please pick integer in the range of 1-100"
End If
....you could also use a SELECT....CASE block
Reply With Quote
dksaluki
View Public Profile
Find all posts by dksaluki