FirstDocument

Property

Application.FirstDocument (read-only, Document)

Syntax

Application.FirstDocument

Remarks

Used in conjunction with NextDocument to access currently-open documents. Call FirstDocument to get the first document in the list, followed by NextDocument to get successive documents.

Note: The preferred way of doing this is to use the Documents collection.