Date error in excel to outlook conversion

Reevu

New Member
Joined
Mar 9, 2019
Messages
3
Hello

When I run my send email macro, the excel sheet data that populates in the email body has errors in one column.
Eg:
In the workbook the values are reflecting as
3/9/2019 22:00

<tbody>
</tbody>
But in the email body the values are reflecting as
3/8/2015 22:00

Why is this happening and how do I fix it?

Tried but not worked -
Different macros. Getting same error
Converting all formulas to values before running email macro. Getting same error
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
It is an error in office, the same happens when you pass data from Excel to Word using correspondence.
The way I solve it is using an auxiliary column. In your case in the auxiliary column you fill it with the formula:

=text(E2, "dd/mm/yyyy hh:mm")

Then the auxiliary column is the one you are going to send in the mail.

Note: change E2 to the cell with date.
 
Last edited:
Upvote 0
I'm glad to help you. Thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,591
Messages
6,120,427
Members
448,961
Latest member
nzskater

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top