https://github.com/arikw/outlook-folder-sync
A VBA script that compares two folders and copies missing items into a dedicated sub-folder
https://github.com/arikw/outlook-folder-sync
outlook synchronization vba vba-script vba-snippets
Last synced: 3 months ago
JSON representation
A VBA script that compares two folders and copies missing items into a dedicated sub-folder
- Host: GitHub
- URL: https://github.com/arikw/outlook-folder-sync
- Owner: arikw
- License: gpl-3.0
- Created: 2021-01-05T22:51:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T22:53:53.000Z (over 5 years ago)
- Last Synced: 2025-11-09T13:24:37.991Z (7 months ago)
- Topics: outlook, synchronization, vba, vba-script, vba-snippets
- Language: VBA
- Homepage:
- Size: 170 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://www.slipstick.com/developer/how-to-use-outlooks-vba-editor/) 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


