You can do this with tweaking the code posted at;
http://www.howto-outlook.com/howto/s...edpictures.htm
Changing the following line;
Sub SaveAttachment (Item As Outlook.MailItem)
And replace the selection check with;
Set MySelectedItem = Item
You can specify a folder path in the variable FolderPath
You can then create a rule and choose to run a script. In the popup you
would be able to select the macro.
--
Robert Sparnaaij [MVP-Outlook]
Coauthor, Configuring Microsoft Outlook 2003
http://www.howto-outlook.com/
Outlook FAQ, HowTo, Downloads, Add-Ins and more
-----
"R C" <(E-Mail Removed)> wrote in message
news:CE5A047C-82AA-4C66-88F9-(E-Mail Removed)...
> Hi,
> i want to create a script that does the following;
> i receive an email daily with an attachment.
> i want to save this attachment as a specific filename in a specific
> location
> automatically.
> anyone know how to do this?
> please advise