Differences between Dictionaries and Dictionary objects

John 426 Reputation points
2023-03-04T20:07:59.18+00:00

What are the differences between the Dictionaries and Dictionary objects?

How should I use a for each...next block structure in Dictionaries and Dictionary

objects respectively?

Word
Word
A family of Microsoft word processing software products for creating web, email, and print documents.
714 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,641 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Charles Kenyon 2,671 Reputation points
    2023-03-05T01:39:41.4766667+00:00

    John, I think your question needs more context.

    You are using terms in ways that make no sense to ordinary users. (at least this one)

    Are you working in OOXML rather than Word?

    If so, consider adding something to your title as well as the question.

    1 person found this answer helpful.
    0 comments No comments

  2. Stefan Blom 2,126 Reputation points MVP
    2023-03-12T17:28:56.2066667+00:00

    A Dictionary object refers to a single dictionary. You can only loop through a collection object, such as Dictionaries. See https://learn.microsoft.com/en-us/office/vba/api/Word.dictionaries.

    0 comments No comments