Thread: date comparison
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Brad Brad is offline
external usenet poster
 
Posts: 846
Default date comparison

I'm writing a program the needs to compare a user entered date (enterDate) in
one workbook with a date already present in another workbook(rawDate).
rawDate is formated "mm/dd/yyyy hh:mm:ss" the enterDate is formated
"mm/dd/yyyy". Any suggestions?