Path Property [Document]

The Path property returns the path of the document without the file name. Returns a String. This is a read-only property.

Syntax

object.Path

Example

This example demonstrates how to return the path of a plot document.

Debug.Print Plot.Path

 

Used by: Document object