FullName Property

The FullName property returns the name of the document including the path. The document title, e.g., "Plot1", is returned if the document has not yet been saved. Returns a Sstring. 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 Plot.FullName

 

Used by: Document object, Application object