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

Put this in a Standard module:

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

and use =crdate() in the worksheet.