Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11221
    ldm
    Participant

    Hi All,

    How is it possible to get a list of open files in A-B-C order?

    Thank you!

    #11224
    JohnQSmith
    Participant

    Here’s a VBScript macro

    editor.NewFile
    For Each doc in editor.Documents
    document.writeln doc.fullname
    Next
    editor.ExecuteCommandByID 4477

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.