-
You can download mscomctl.ocx from
http://activex.microsoft.com/controls/vb6/mscomctl.cab
After decompressing into C:\WINDOWS\system32\ you need to register the control by running
regsvr32 C:\WINDOWS\system32\MSCOMCTL.OCX
the Windows Run dialog ([Win]+R).
Additionally, you can have a look at
http://www.microsoft.com/downloads/details.aspx?familyid=25437d98-51d0-41c1-bb14-64662f5f62fe...
2009-12-17 10:36:58 UTC by meigel
-
When pressing F5 to run the script, I receive the following dialog box
Microsoft Visual Basic
Compile error:
User-defined type not defined
The highlighted line is
Private Sub lvwDuplicates_ColumnClick(ByVal ColumnHeader As MSComctlLib.ColumnHeader)
I tried to follow instructions from http://sourceforge.net/tracker/index.php?func=detail&aid=1775880&group_id=197882&atid=963246...
2009-12-10 17:08:06 UTC by nobody
-
When pressing F5 to run the script, I receive the following dialog box
Microsoft Visual Basic
Compile error:
User-defined type not defined
The highlighted line is
Private Sub lvwDuplicates_ColumnClick(ByVal ColumnHeader As MSComctlLib.ColumnHeader)
I tried to follow instructions from http://sourceforge.net/tracker/index.php?func=detail&aid=1775880&group_id=197882&atid=963246...
2009-12-10 16:55:46 UTC by nobody
-
The documentation of OL LookForDuplicates is now available at http://sourceforge.net/apps/trac/ol-lookfordups/ offering information about the project as well as installation instructions.
2009-11-17 15:06:48 UTC by meigel
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2009-11-13 02:20:17 UTC by sf-robot
-
meigel changed the public information on the Outlook LookForDuplicates project.
2009-11-11 12:32:20 UTC by meigel
-
Thank you for pointing out this issue.
I guess the problem may be caused by some signed or encrypted message or the message is just a read receipt.
Could you please remove the comment 13 lines above the error line?
It should read like
Debug.Print myItem.Class, myItem.MessageClass
and prints debug information into the debug window ([Ctrl]+G).
Please post the very last line from the debug...
2009-10-27 09:53:44 UTC by meigel
-
The script worked fine with one PST, when tried for another, it always gives type mismatch error. When I click on debug, it stopped at the point shown in the image attached. Please help me resolving this issue.
Regards,
Diwakar.
2009-10-26 11:53:13 UTC by kdiwakar