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.
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.
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.