![]() |
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
|
|||
|
|||
![]()
Hello,
I'm a newbie in VBA-programming. I would like to create a macro button to copy selected e-mail messages in my inbox or sent messages folder to a specific public folder. Which code should I use to achieve this? |
Ads |
#2
|
|||
|
|||
![]()
Am Thu, 8 Jun 2006 03:05:01 -0700 schrieb MFH:
Please have a look at the VBA help: you´ll find a sample for the Copy function. If at least one item is selected then it´s: Application.ActiveExplorer.Selection(1) For a reference onto the target folder Sue´s function might be helpful: www.outlookcode.com/d/code/getfolder.htm -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook -- www.vbOffice.net -- Hello, I'm a newbie in VBA-programming. I would like to create a macro button to copy selected e-mail messages in my inbox or sent messages folder to a specific public folder. Which code should I use to achieve this? |
#3
|
|||
|
|||
![]()
Hi Michael,
Oeps. Little information, but at least you pointed me in a direction. Thanks a lot! Schöne Grüsse! Michiel "Michael Bauer" wrote: Am Thu, 8 Jun 2006 03:05:01 -0700 schrieb MFH: Please have a look at the VBA help: you´ll find a sample for the Copy function. If at least one item is selected then it´s: Application.ActiveExplorer.Selection(1) For a reference onto the target folder Sue´s function might be helpful: www.outlookcode.com/d/code/getfolder.htm -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook -- www.vbOffice.net -- Hello, I'm a newbie in VBA-programming. I would like to create a macro button to copy selected e-mail messages in my inbox or sent messages folder to a specific public folder. Which code should I use to achieve this? |
#4
|
|||
|
|||
![]()
Am Thu, 8 Jun 2006 23:32:01 -0700 schrieb MFH:
Just a few sentences - but not at all just "little information". Instead you´ve gotten the best we can give: Help to help yourself. -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook -- www.vbOffice.net -- Hi Michael, Oeps. Little information, but at least you pointed me in a direction. Thanks a lot! Schöne Grüsse! Michiel "Michael Bauer" wrote: Am Thu, 8 Jun 2006 03:05:01 -0700 schrieb MFH: Please have a look at the VBA help: you´ll find a sample for the Copy function. If at least one item is selected then it´s: Application.ActiveExplorer.Selection(1) For a reference onto the target folder Sue´s function might be helpful: www.outlookcode.com/d/code/getfolder.htm -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook -- www.vbOffice.net -- Hello, I'm a newbie in VBA-programming. I would like to create a macro button to copy selected e-mail messages in my inbox or sent messages folder to a specific public folder. Which code should I use to achieve this? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How i export/copy/move messages in a public folder outlook 2003? | Olatunde R. Adeniran | Outlook - Using Contacts | 1 | May 3rd 06 06:51 PM |
After Sending Email: Save Copy of Message to Windows Folder | Ben | Outlook and VBA | 1 | March 25th 06 07:17 AM |
Outlook--Sending a Copy of a Message to a Specific Folder | [email protected] | Outlook - General Queries | 4 | March 5th 06 07:26 PM |
Copy of Outlook 2002 appointment sent to Public Folder calendar gets to another calendar | QH | Outlook - Calandaring | 1 | February 2nd 06 02:45 PM |
New message in Public Folder | Leech | Outlook and VBA | 3 | January 16th 06 04:36 PM |