C
CarlOlen
How do I update using VBA a custom property of the DATE data type?
The formula content of the cell (cellObj.formual) content prints out as:
DATETIME(39643.5)
But, when I want to set a date for the cutom property I have it in a format
such as
7/14/2008 2:33:07 PM
How do I set the formula correctly? Please let me know.
(P.S. does anybody know how to get the number value of a date? e.g., 39643.5)
The formula content of the cell (cellObj.formual) content prints out as:
DATETIME(39643.5)
But, when I want to set a date for the cutom property I have it in a format
such as
7/14/2008 2:33:07 PM
How do I set the formula correctly? Please let me know.
(P.S. does anybody know how to get the number value of a date? e.g., 39643.5)