I’m trying to help a legal office to save e-mail messages from Outlook to their document folders, using code adapted from a procedure I’ve already developed for them for their Word documents. One feature that they wish to retain in Outlook is the ability to key in a matter number, and have the relevant matter folder automatically located among all the folders and subfolders below their Current Clients folder (there are hundreds, if not thousands, of folders).
In Word I use the FileSearch method, which isn’t fast but does the job. When I try to use Word.FileSearch from Outlook, however, it’s abysmally slow. Is there any other way of searching for files? I would have thought that if FileSearch is an Office method (which is indicated by the Help documentation), there might be a variation that relates to searching at the Windows level.
I’ve spent hours looking through manuals in the computer bookshops, but haven’t found what I need. I’ve also checked the last 20 pages of VB/VBA postings in the lounge, but with no search feature and a slow dial-up connection, it’s difficult to know if there might be a posting lurking further back that I should use!
Thanks and regards