G
gord9b
I have a macro that notifies me of new emails in my inbox.
Currently, I displaly the sent time, sender and subject lines.
My problem is the time I display is the NOW time, not the actual tim
the email was sent. The example I copied from shows:
UserForm.Label2 = Now
When I change it to
UserForm.Label2 = myitem.Sent I get TRUE
How can I display the actual date and time the email was sent
Currently, I displaly the sent time, sender and subject lines.
My problem is the time I display is the NOW time, not the actual tim
the email was sent. The example I copied from shows:
UserForm.Label2 = Now
When I change it to
UserForm.Label2 = myitem.Sent I get TRUE
How can I display the actual date and time the email was sent