Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.09 KB

Excel.Watch.Source.md

File metadata and controls

36 lines (20 loc) · 1.09 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Watch.Source property (Excel)
vbaxl10.chm690074
vbaxl10.chm690074
Excel.Watch.Source
d21d19fb-cef2-b1c9-b3b7-4393ccbcec8c
05/18/2019
medium

Watch.Source property (Excel)

Returns a Variant value that represents the unique name that identifies items that have a SourceType property value of xlSourceRange, xlSourceChart, xlSourcePrintArea, xlSourceAutoFilter, xlSourcePivotTable, or xlSourceQuery.

Syntax

expression.Source

expression A variable that represents a Watch object.

Remarks

If the SourceType property is set to xlSourceRange, this property returns a range, which can be a defined name.

If the SourceType property is set to xlSourceChart, xlSourcePivotTable, or xlSourceQuery, this property returns the name of the object, such as a chart name, a PivotTable report name, or a query table name.

[!includeSupport and feedback]