PDA

View Full Version : Show/Display Items Collection or Search Object in ActiveExplorer



pebcak
01-29-2022, 04:26 PM
Hello all:

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


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


Or using Restrict:


Set objItems = objFolder.Items.Restrict(strSearch)




Thanks as always!!!