I am completely new to VBA Programming, done C# and C++ so i have some idea on how it would work but still green. I want to create a macro in MS Outlook 2007 that would redirect e-mails that have a string of numbers in the subject to folders created with that subject string. Don't know if i am clear enough. Say I am getting an e-mail with the subject "case #1234xxx" i would like to create a folder "#123xxx" and move the e-mail to that folder (if the folder exists then only move the e-mail), and only use that if the message contains the phrase. Please help. I have viewed some scripts but i would not know how to put them into one to make it work the way i want