'Show or display items collection or search object in ActiveExplorer

I can capture a collection of items to a variable by Items.Restrict or a Search Object by AdvancedSearch ... how do I display the Items or Search in the ActiveExplorer??

Where objSearch is a Search Object

Set objSearch = objOL.AdvancedSearch(strScope, strSearch, True, "PracticeSearch")

Or where rtrndItems is an Items Object

Set rtrndItems = myItems.Restrict(strSearch)

Thanks for any help!!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source