A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Copy single message to public folder



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old June 8th 06, 11:05 AM posted to microsoft.public.outlook.program_vba
MFH
external usenet poster
 
Posts: 2
Default 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?

Ads
  #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?

  #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?


  #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?


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 03:49 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-2025 Outlook Banter.
The comments are property of their posters.