file creation date

  • Thread starter Thread starter munken
  • Start date Start date
M

munken

how do I insert the date where the workbook was originally created, in
a cell ?

Can I use a function? do I have to program Visual Basic to do this ?

Your input (and hopefully a solution) will be valued :)
 
Good afternoon Munken

I have an add in available free of charge to anyone requesting it tha
will do just this, though a custom written VBA routine, as well a
plenty of other things. If you would like this please send me a
e-mail.

HTH

DominicB
(e-mail address removed)
 
range("A1")= ThisWorkbook.BuiltinDocumentProperties("Creation Date")
--


XL2003
Regards

William
(e-mail address removed)
 

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