View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Damien McBain Damien McBain is offline
external usenet poster
 
Posts: 14
Default Time function in Excel

Tom Ogilvy wrote:
if time = TimeValue("12:00 PM") or time <= TimeValue("1:00 PM") then


should be "and" not "or"?

Damo