View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Ron Rosenfeld Ron Rosenfeld is offline
external usenet poster
 
Posts: 5,651
Default I need help limiting the "now()" syntax

On Fri, 7 Oct 2005 02:31:09 -0700, Callan
wrote:

Hi. I need the "now()" syntax to only return the date, without the time stamp.
Is this possible? Help would be much appreciated.
Many thanks


You could use:

=TODAY()

=INT(NOW())


--ron