Workbook.Date1904 property (Excel)

True if the workbook uses the 1904 date system. Read/write Boolean.

Syntax

expression.Date1904

expression A variable that represents a Workbook object.

Example

This example causes Microsoft Excel to use the 1904 date system for the active workbook.

ActiveWorkbook.Date1904 = True

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.