-4

I have a rule called "CategorizeMe" and I need it to run every 15 minutes.

Currently I have to click "Rules" then "Manage Rules" then "Run Rules Now"

So I need help with creating a VBA module or Macro to automatically run while Outlook is open.

Martijn Pieters
  • 963,270
  • 265
  • 3,804
  • 3,187
software is fun
  • 6,734
  • 17
  • 55
  • 118

1 Answers1

1

You need to use a timer to be able to run the code periodically. See Outlook VBA - Run a code every half an hour for more information and sample code.

Community
  • 1
  • 1
Eugene Astafiev
  • 34,483
  • 3
  • 16
  • 35