View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Marie Bayes Marie Bayes is offline
external usenet poster
 
Posts: 84
Default Dipslay the created on date

Hi, sorry to show my ingorance, what do you mean by put it in a standard
module? Thanks

"P Sitaram" wrote:

Put this in a Standard module:

Function Crdate() As Date
Crdate = ThisWorkbook.BuiltinDocumentProperties("Creation Date")
End Function

and use =crdate() in the worksheet.