Hi,
I am trying to export outlook emails to excel using excel VBA. The format that I have choosen for field 'Flag Completed Date' in Outlook is 'dd-mm-yyyy hh:mm'. This format is showing correctly in outlook but when exported to excel, the format is changing to 'dd-mm-yyyy' with no time. When I tried to change the date format to 'dd-mm-yyyy hh:mm' manually in excel, the date shows 21-01-2015 00:00. I have debug the code, the variable is picking only date and ignoring time. I have included 'SentOn' and UDF date fields in the code, those date fields are exported to excel in the correct format.
I am not sure if this is outlook issue or excel. Please advise.
Regards,
KPS