Consulting

Results 1 to 2 of 2

Thread: sort ActiveExplorer

  1. #1

    sort ActiveExplorer

    Simple question: How can I emulate clicking on a column heading in explorer view? I tried
    Application.ActiveExplorer.Sort "From"
    Application.ActiveExplorer.Items.Sort "From"
    Application.ActiveExplorer.CurrentView.Sort "From"
    Application.ActiveExplorer.CurrentView.Items.Sort "From"
    , but I can't get to a Sort method, given the ActiveExplorer.

    (I found an apparently related question, but I can see no reply. Since I'm new, I'm not allowed to put a link here, but the title of that post was “Sort Outlook Email but the display..”.)

  2. #2
    Any help?

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
  •