View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Don Lloyd Don Lloyd is offline
external usenet poster
 
Posts: 119
Default Time Gentlemen Please

Hi All and Happy Easter.

I have a list of sequential times in a column, formatted as hh:mm

Object:
To allow a date to be changed by the user.

Safeguards:
1. To ensure that the entry is a valid time.
2. The time entered must be later than the one in the row above.

Had the list been Dates, I'd be OK, but I can't get the hang of handling
Time.

VBA solution preferred

regards,
Don