A Simple interface for filing emails when you have many folders.
This utility can save vast amounts of time if, like me, you have many (hundreds of) folders and receive large amounts of email that must be kept and filed.
Option Explicit
Sub FileToFolder()
FolderSelectBox.Show
End Sub
FileToFolder
macro as a button wherever convenient.Sometimes, you will have already recieved an email as part of an ongoing conversation and will have already filed that.
If you have your Outlook view in a conversation view mode, you can expand the conversation & choose all (or some) of the emails in the conversation and file them all to the same location. If one of the emails in the conversation is already filed, the folder(s) filed to will appear in the left-hand list and you can choose one of those entries instead of a folder in the right-hand list.
When you have many folders, it can be difficult to spot where they all are in the list - especially if you have sub-folders.
This utility will help. If you can remember part of the folder name, click on the macro button, type in some characters to folder the list, select the required folder and click on the View button instead of File.
This utility including the code and the documentation is released under an Apache 2.0 license.
Please note that no warranty is implied or given regarding the suitability of this code. Please review and test the code before use. I am happy to receive issues related to the code which I will try to fix as time permits but cannot guarantee that the code will work.