View Single Post
  #2  
Old June 9th 06, 05:48 AM posted to microsoft.public.outlook.program_vba
Michael Bauer
external usenet poster
 
Posts: 435
Default 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?

Ads