Macro

  • Thread starter Thread starter PE
  • Start date Start date
P

PE

I would like to create a macro which would run a particular rule on the Junk
mail folder. Unfortunately in Outlook it is not possible to create the
macro by recording keystrokes as in Excel and I am not familiar with using
the VB editor.

Is there information available about how to create the above macro? Your
help will be greately appreciated.

Al
 
http://www.outlookcode.com

--
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact. All
unsolicited mail sent to my personal account will be deleted without
reading.

After furious head scratching, PE asked:

| I would like to create a macro which would run a particular rule on
| the Junk mail folder. Unfortunately in Outlook it is not possible to
| create the macro by recording keystrokes as in Excel and I am not
| familiar with using the VB editor.
|
| Is there information available about how to create the above macro?
| Your help will be greately appreciated.
|
| Al
 
Not possible unless you have Outlook 2007, which is the first version to provide the ability to run rules programmatically. You'd have to write your own VBA code to perform the desired operations. These pages should help you get started:

http://www.outlookcode.com/d/vbabasics.htm
http://www.outlookcode.com/d/vb.htm

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top