This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ' This macro creates a "unified inbox" - a search across all inboxes and sent items. | |
| ' Steps to use it: | |
| ' 1. Enable developer tab to see VBA console: | |
| ' Options > Customize Ribbon > | |
| ' Enable the selection field before “Developer” and OK. | |
| ' 2. Add macro: | |
| ' From the Developer tab open Visual Basic dialog | |
| ' Open VBA Add the Sub below to General context | |
| ' 3. Enable macros: | |
| ' Options > Trust Center > Trust Center Settings > Macro Settings |