View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Paul Paul is offline
external usenet poster
 
Posts: 7
Default Cell Date/Time and NumberFormat issue

Paul wrote in
48.16:

Sheet1.Range("A1") = CDate("31/12/1899")
Debug.Print (Sheet1.Range("A1").Text)
Debug.Print (Sheet1.Range("A1").Value)
Yields
01/01/1900
31/12/1899

Argh!


Well I know that's because of 29 feb 1900... but still "Argh!". And that
doesn't help with my original problem.

Paul