View Single Post
  #2  
Old August 23rd 06, 05:41 AM posted to microsoft.public.outlook.program_vba
Michael Bauer [MVP - Outlook]
external usenet poster
 
Posts: 1,885
Default save selection of emails as msg to a webfolder

Am Tue, 22 Aug 2006 14:27:01 -0700 schrieb Redskinsfan:

You can access selected items via Application.ActiveExplorer.Selection. Walk
through that list and call each itemīs Save method.

For uploading files this may help:
http://www.planet-source-code.com/vb...=6076&lngWId=1

For distributing your code please read this:
http://www.outlookcode.com/d/distributevba.htm


--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --

Im new in creating VBA so hope i dont sound to dumb here, and thanks in
advance..

I want to create a macro that when i select certain emails from any folder
in outlook 2003 to take those emails and save them as msg with with
attachments if they have any and have them go to a particular webfolder

such
as this one (https://webfolders.buzzsaw.com/test/specification). Also once

i
have this macro i can figure out how to place it on a toolbar after i

would
like to know what is an easy way to share this macro with other co-workers
something were i could have a program install this on there system or if
thats not possible then do it manually on each machine.. Thanks

Ads