View Single Post
  #4  
Old June 9th 06, 08:09 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 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?


Ads