Thread
:
Formula for a date
View Single Post
#
2
Posted to microsoft.public.excel.programming
BrianB
external usenet poster
Posts: 1
Formula for a date
Not sure what you mean by "Field".
Code :
Range("A1").Value = Format(Date, "dd/mm/yy")
or, a simple formula in a cell :-
=NOW() and format cell accordingly
--
Message posted from
http://www.ExcelForum.com
Reply With Quote
BrianB
View Public Profile
Find all posts by BrianB