![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
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 |
#2
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Need a script to OPEN and then save as .msg | [email protected] | Outlook and VBA | 6 | July 26th 06 02:36 PM |
Save Email in MSG format | LDMueller | Outlook and VBA | 6 | June 13th 06 10:21 AM |
trying to save as .msg file !! | WhytheQ | Outlook and VBA | 2 | May 26th 06 01:32 PM |
Save incoming e-mail as msg with name = sent date | Ed_Berez | Outlook and VBA | 1 | April 6th 06 06:33 AM |
save contact emails | PamelaP | Outlook - General Queries | 1 | February 16th 06 06:37 PM |