Attribute VB_Name = "modSearchResults" Option Explicit Public colSearchResults As New Collection 'columns to insure all pmca note info has been parsed Public IncludeNoteColumns As Boolean 'Include Note Columns Public RemoveFoundNoteItems As Boolean 'Remove Found Note Items Public Const SW_SHOWNORMAL = 1 Public Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" _ (ByVal hwnd As Long, ByVal lpOperation As Long, ByVal lpFile As String, _ ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long