date

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need that on one of my cell in the spreedsheet ,will show the creation date
of the file and i am not talking about a function that will show the date of
when i opened the file.

Does someone know?
 
Good evening Shira

Is a macro acceptable. This will place the creation date in cell A1.

Sub Test()
Range("A1").Value = ActiveWorkbook.BuiltinDocumentProperties("Creatio
Date").Value
End Sub

HTH

Dominic
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top