Can you make this one line addition to the code and tell me what it says in column E?
![]()
Count = Count + 1 Sheet1.Range("E" & Count).Value = objMail.SenderEmailType Sheet1.Range("C" & Count).Value = objMail.SenderEmailAddress Sheet1.Range("D" & Count).Value = objMail.ReceivedTime
Bookmarks