FullName Property [Document]
FullName returns the name of the document including the path. Returns the document title (i.e. "Plot1") if the document has not been saved yet. Returns a string. This is a read-only property.
Syntax
object.FullName
Example
This example demonstrates how to return the full path and name of a document.
Debug.Print Doc.FullName
Used by: Document object