The date is showing as "12:02:23 AM" in th backend table. I set the default value =Format(DateSerial(Year(Date()),Month(Date()),0)," dd/mm/yyyy") and the format = short date. Once that table get exported excel by running the VBA code , the date is showing as "00/01/1900 12:02:23 AM" . I am running a MDB file. Why is not working?