View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Alfredo_CPA Alfredo_CPA is offline
external usenet poster
 
Posts: 45
Default Validating a input box entry

I'm using excel 2003
I have an input box that allows the suer to enter a variable.
I need a code that validates the "type of entry" the user types. I.e. if the
input is a number I need the code to do an specific action, but if the user
types a "legend/word", I want the code to do a different action.
My problem is not with the if structure, my problem is the code to validate
the type of entry...

--
thanks