In order to install OL [LookForDuplicates] in your Microsoft Outlook do the following:
In order to function correctly, several libraries have to be loaded. You can achieve this by selecting "References..." from the menu "Tools" in Visual Basic-Editor and checking the libraries. If the library is not in the list, you have to locate the file given in parenthesis (in the example OFFICE11 corresponds to Microsoft Office 2003) by using the button "Browse...".
If the error "Compile error: User-defined type not defined" on the source line Private Sub lvwDuplicates_ColumnClick(ByVal ColumnHeader As MSComctlLib.ColumnHeader), the Microsoft Windows Common Controls are missing. For a solution please refer to the detailed information given at a separate page.
To start the application, only a few steps are necessary:
You may also add OL [LookForDuplicates] to one of your toolbars. You just need to configure the toolbar and select the command "LaunchOLLookForDups" from the category "macros".
If you encounter problems due to the security settings for macros, you will have to adjust the security level to "Medium". You find this setting by choosing "Macro -> Security" from the menu "Tools" in Microsoft Office Outlook. However, it is recommended to self sign your project with a certificate by using selfcert.exe (C:\Program Files\Microsoft Office\OFFICE11\) which comes along with every version of Microsoft Office. Then you can use "High" as your security level for macros which is much more secure.
If problems occur during the installation, please ensure the loading of the necessary libraries.
If you will get stuck, do not hesitate to post a support request.
Wiki: Home
Wiki: LookForDuplicates
Wiki: Microsoft Windows Common Controls
Wiki: Requirements