Advertisement

07.24.2008 at 01:08PM PDT, ID: 23593607
[x]
Attachment Details

Outlook 2007 forward macro for message view

Asked by aonecomputers in Outlook Groupware Software, Microsoft Applications

Tags: , ,

I have the below macro code which works via a toolbar button from the explorer panel of Outlook 2007 on a highlighted message. I would like the macro to work also from the message view so that it can work on the results of searches which do not have the message highlighted in the explorer panel. I would prefer the same macro to work in either case if possible because I actually have 4 of them to forward messages to different perople so I would rather have 4 macros then 8 but if not possible or too difficult then seperate macros are fine. Even better would be a popup combo box which allow me to pick between users with a single clickStart Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
Sub Forward2Ed()
    Dim myForward As Object
    Set myForward = Application.ActiveExplorer.Selection.Item(1).Forward
    myForward.To = "ed@xxxxx.com"
    myForward.Send
    Set myForward = Nothing
    'MsgBox "Message Forwarded" ' I would include this line for testing
End Sub
[+][-]07.24.2008 at 04:25PM PDT, ID: 22084635

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.25.2008 at 09:23AM PDT, ID: 22090005

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07.25.2008 at 09:33AM PDT, ID: 22090097

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Outlook Groupware Software, Microsoft Applications
Tags: Microsoft, Outlook, 2007
Sign Up Now!
Solution Provided By: BlueDevilFan
Participating Experts: 1
Solution Grade: A
 
 
[+][-]07.25.2008 at 10:02AM PDT, ID: 22090351

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.25.2008 at 11:10AM PDT, ID: 22090948

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628