![]() |
Copy single message to public folder
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? |
Copy single message to public folder
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? |
Copy single message to public folder
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? |
Copy single message to public folder
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? |
All times are GMT +1. The time now is 10:32 AM. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com