Consulting

Results 1 to 1 of 1

Thread: Show/Display Items Collection or Search Object in ActiveExplorer

  1. #1
    VBAX Regular
    Joined
    Feb 2021
    Posts
    20
    Location

    Show/Display Items Collection or Search Object in ActiveExplorer

    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!!!
    Last edited by pebcak; 01-29-2022 at 04:32 PM. Reason: add examples

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •