G
Guest
Good afternoon, all.
Is there a reason why the following doesn't work?
Sub ChangeCreationDate()
ActiveWorkbook.BuiltinDocumentProperties.Item("Creation Date:").Value =
"06/03/07"
End Sub
Does the date have to be in a particular format, or it is simply because
there are some properties you just can't change?
Thanks in advance
Pete
Is there a reason why the following doesn't work?
Sub ChangeCreationDate()
ActiveWorkbook.BuiltinDocumentProperties.Item("Creation Date:").Value =
"06/03/07"
End Sub
Does the date have to be in a particular format, or it is simply because
there are some properties you just can't change?
Thanks in advance
Pete