Being as this thread has already been severely hijacked, I'll compound it a bit further.
Regarding Excel zero dates, it is necessary to distinguish between calculations made in Excel worksheets and the VBE
As you can see above, in the Excel worksheet, day 1 is shown as 1900-01-01 and it has a nonsense date 0 of 1900-01-00.
Negative dates such as -1 aren't accepted
It also wrongly includes a leap date 1900-02-29 as day 60
Dates in the VBE start at 1899-12-30 for day 0 (same as in Access) and do not include the incorrect leap date.
The result is both calculations are identical from 1900-03-01 onwards in Excel
In Access, both the VBE & Access Expression service give consistent values for ALL dates. Access also allows for negative date values such as -1
CoPilot is therefore incorrect about discrepancies between date values in Access & Excel (from 1900-03-01 onwards). It is also incorrect in referring to VBA in the summary shown in post #42