LinkedWorksheetDoc Property

 

The LinkedWorksheetDoc property returns the linked worksheet document. Returns an object. This is a read-only property.

 

Syntax

object.LinkedWorksheetDoc

 

Example

This example returns the linked worksheet for the current map layer.

 

Debug.Print CurrentLayer.LinkedWorksheetDoc

 

Used by: Layer object