Menu Object
 
Syntax
 
Menu.ToolsArchiveBrowser [SearchQuery][, MatchAllWords]
 
Description
Opens the Archive Browser for searching archived documents. Optionally, a search query and word-matching mode can be specified.
 
Parameter
Description
SearchQuery
Optional. Search text with which the archive browser is pre-populated upon opening.
MatchAllWords
Optional. When True, all words in the search query must be present in the result. When False, any single word is sufficient. Default value True.
See Also
xtraArchiefBrowser (Dutch variant)
Example
 
Sub Main
    Menu.ToolsArchiveBrowser SearchQuery:="invoice 2026", MatchAllWords:=True
End Sub