Lines Matching refs:Collection
88 Private mWordFilesCol As Collection
89 Private mExcelFilesCol As Collection
90 Private mPPFilesCol As Collection
105 Private mBannedList As Collection
108 Set mWordFilesCol = New Collection
109 Set mExcelFilesCol = New Collection
110 Set mPPFilesCol = New Collection
111 Set mBannedList = New Collection
120 Public Property Get BannedList() As Collection
123 Public Property Let BannedList(ByVal theList As Collection)
146 Public Property Get WordFiles() As Collection
149 Public Property Get ExcelFiles() As Collection
152 Public Property Get PowerPointFiles() As Collection
162 FileSpecs As Collection, IncludeSubdirs As Boolean)