Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 767 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 767 Bytes

Outlook Folder Items Sync

This script compares two folders and copies missing items into a dedicated sub-folder

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 bring missing items into, and select the second folder you'd like to bring missing items from
  • The script will find the missing items and will copy them into a dedicated sub-folders
  • The GUI may freeze while the script is running

Screenshots

Running the script

Step 1

Step 2

Step 3