modifing runAllInboxRules to allow selection of folder, or to run in current folder including subfol

B

Bruce

I have used Sue Moshers code for running all rules in inbox.

I would like to know how I can modify it so that I can choose which folder
to run it against.

Here seems to be the critical snippet

If rl.RuleType = olRuleReceive Then
' if so, run it
rl.Execute ShowProgress:=True
count = count + 1
ruleList = ruleList & vbCrLf & rl.Name
End If


Thanks
Bruce
 
B

Bruce

I do not see a way to "select" folders. I see how to program in a folder
"hard coded"

Thanks,
Bruce
 

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