View Single Post
  #1   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

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