View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Greg[_35_] Greg[_35_] is offline
external usenet poster
 
Posts: 5
Default Numbers Only in input box

Sorry just to add to that if the answer is not right can it be looped back
to the inputbox again

Thanks

Greg
"Greg" wrote in message
...
Hi all,

Just wondering how I can have the following code to check if the answer is
only in numeric form?

dim Checker

checker = inputbox("What is the player's registration number?")


Thanks in advance

Greg