Macro or Menu Help

P

Paul

Hello,

What I want to do is have it so when I select a message(s) in my inbox or
sent folder to have a button or menu that I can choose from that will copy
the message to a folder and move it to another folder. In essence I need to
file everything twice.

My thought is a macro with a botton on the toolbar labeled "Project 1". The
macro behind it would know to place a copy in the corporate folder for
Project 1 and move the original to my folder for Project 1. Ideally, I could
select multiple messages at once.

If I can get help with the basic macro, I can create multiple buttons for
the my various projects.

Thanks
 
R

Roady [MVP]

Why would you need to store it twice? Wouldn't it be easier to work with
categories and Search Folders?
 
P

Paul

for a whole bunch of reasons including but limited to SEC regulations, and
remote access needs
 
M

Michael Bauer [MVP - Outlook]

You might start with the object browser (f2) in the VBA environment; switch
from <All libraries> to Outlook. The current selected items are in the
Application.ActiveExplorer.Selection, and the MailItem has a Move and Copy
function.

Simply select the mentioned methods and press f1 for help to get sample
code.

--
Best regards
Michael Bauer - MVP Outlook
Synchronize Outlook Categories:
<http://www.vboffice.net/product.html?id=2006063&cmd=detail&lang=en&pub=6>

Am Thu, 10 Jan 2008 15:16:02 -0800 schrieb Paul:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top