I use win2000 with Office 2000 at work I am new to VBA in outlook but, have a some VB knowledge and have mostly worked with VBA in excel. I receive E-mail messages with an excel sheet attached and have created a rule wizard to place them automatically in a sub folder called (Weekly asking) which is located in a folder named (Overtime Info) in the outlook folder the sheets I receive each week have different revisions ex; wkasking.060704.rev1.xls I clean these out and back up to the local PC hard drive since my outlook pst file is on the server and my space is limited. I would like to create a procedure to automate this. I currently right click and do a save as, I would like to be able to select all the files at one time in the Weekly asking folder and click the macro button and have all the attachments from each message saved to c:\my documents\xl\wk asking folder I wrote a little code from the help file examples but the message had to be opened before I ran the procedure and I could only do one message at a time It would be just as easy to do right click & SaveAs. Also how is the code written for folder objects that are in sub folders? Any help or ideas would be appreciated THANKS IN ADVANCE!