• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Vba Code to Export outlook emails of current date for a folder to excel

If you get a lot of emails and you need to analyze the data in them, then importing your emails from Outlook into Excel with VBA will save you a lot of time. In this post, we’re going to easiest way to transfer emails from MS Outlook to Excel with date and time.
 
When I run it get error 430 and highlight this line:
ERROR 430.PNG
Code:
If Int(objItem.ReceivedTime) <= inteDate And Int(objItem.ReceivedTime) >= intsDate Then
 
Back
Top