View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
DCG-jaeson DCG-jaeson is offline
external usenet poster
 
Posts: 15
Default Data Validation when entering hours over 24

Hi,

You can use Data Validation, Then set it into TIME, this will prevent
the user to encode any type of characters but time only.

Hope it will help.
~jaeson