Just so I know that I am doing it correctly, through VB or Oulook, I chose
macro and run macro and click ok?
I did that and nothing happened
"Ken Slovak - [MVP - Outlook]" wrote:
A module is a code module.
Sorry, that line should have been:
Set colRules = oStore.GetRules()
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
"DLGolfs" wrote in message
...
There is no code module only class module and module, so I used module.
cut and pasted, then ran and got run time error 438, Object does not
support
property or method,
then it higlights this line:
Set colRules = oStore.Rules
.