Skip to content

Latest commit

 

History

History
34 lines (15 loc) · 792 Bytes

422c447d-a964-c17c-bb43-14254f962a89.md

File metadata and controls

34 lines (15 loc) · 792 Bytes

Worksheet.CircularReference Property (Excel)

Returns a Range object that represents the range containing the first circular reference on the sheet, or returns Nothing if there's no circular reference on the sheet. The circular reference must be removed before calculation can proceed.

Syntax

expression . CircularReference

expression A variable that represents a Worksheet object.

Example

This example selects the first cell in the first circular reference on Sheet1.

Worksheets("Sheet1").CircularReference.Select

See also

Concepts

Worksheet Object

Other resources

Worksheet Object Members