Share via


Workbook.Date1904 Property (Excel)

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

Syntax

.Date1904

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

참고 항목

개념

Workbook Object

Workbook Object Members