Auto Download Outlook Email Attachment – Code in VBA by Topbullets.com

Topbullets.comI get some raw data through email every day. Now when I want to do some analysis on the data I need to go through the inbox, search for that particular data and then download it to local. The process is very tedious. Now I am very happy that I have got rid of this manual process. Kudos to Google! I want to share the tutorial with very basic code. One can easily leverage the VBA code to write some complicated criteria and enhance it further. Here I am using snapshots from Outlook 2013 but have tested the feature in 2007 and was working fine. Without talking too much let’s start. Continue reading
Advertisement

How to insert VBA Calendar or Date Picker Add-in in Excel 2010

Topbullets.com Today I got a challenge to provide a new function in Excel dashboard. I am not an expert in VBA and have very less experience but it’s fun doing coding in VBA. It makes excel function so simpler that I really loved it. My few lines of code helped me to reduce 3 hours manual work to only 5 minutes. Thanks to Microsoft for providing such a powerful tool. Continue reading