WorksheetPath Property

The WorksheetPath property returns/sets the worksheet path to be used when searching for worksheets. This path may be a relative path. Returns a String.

Syntax

object.WorksheetPath

object.WorksheetPath =WorksheetPath

Example

This example shows how to set the worksheet path for a plot.

Plot.WorksheetPath = "...\Data"

 

Used by: Document object