Thread: date validation
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jo[_4_] Jo[_4_] is offline
external usenet poster
 
Posts: 10
Default date validation

Hi
I need to validate a date, the day, month and year are
entered into separate cells. I conmbine them using the
following formula.
=CONCATENATE(B5,"/",B6,"/",B4)
This is not recognised as a date. I need to check the
user has not enter 30 Feb.
What is the best way to do this either through worksheet
functions or through VB?
Thanks
Jo