arikw / outlook-duplicated-items-remover

A VBA script that finds and moves duplicated items in selected outlook folders

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Outlook Duplicated Items Remover

This script finds and moves duplicated items in selected outlook folders

How to Use

  • Paste the content of main.bas into Outlook's VBA editor (See this general guide and skip the sign stages)
  • Run the macro and select the folder you'd like to process
  • The script will find duplicated items in the selected folder and all sub-folders
  • The GUI may freeze while the script is running
  • All duplicated items are moved to a dedicated "Duplicates" folder

Screenshots

Running the script

Step 1

Step 2

Step 3

About

A VBA script that finds and moves duplicated items in selected outlook folders

License:GNU General Public License v3.0


Languages

Language:VBA 100.0%