View Single Post
  #3  
Old June 9th 06, 07:32 AM posted to microsoft.public.outlook.program_vba
MFH
external usenet poster
 
Posts: 2
Default 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?


Ads