U
Ulf Nilsson
Hi,
If I want to see if a document has been created, I
use "ActiveDocument.BuiltInDocumentProperties("Creation
Date")".
How can I find out if a document has been created before
a certain date? "Creation date" includes a time-stamp
that makes things complicated for me.
Background:
If a document has been created before October 1, certain
things will happen if a button is pressed. I a document
has been created after October 1, some other things will
happen.
/ Ulf
If I want to see if a document has been created, I
use "ActiveDocument.BuiltInDocumentProperties("Creation
Date")".
How can I find out if a document has been created before
a certain date? "Creation date" includes a time-stamp
that makes things complicated for me.
Background:
If a document has been created before October 1, certain
things will happen if a button is pressed. I a document
has been created after October 1, some other things will
happen.
/ Ulf