Rings Property

Rings sets or returns the number of rings in the range ring. Returns a Long.

Syntax

object. Rings( Rings )

Parameter

Type

Description

Rings

Long

optional, number of rings

Example 1

This example demonstrates how to return the number of rings in a range ring.

Debug.Print "Number of rings "; RangeRing.Rings

Example 2

This example demonstrates how to set the number of rings to 4

RangeRing.Rings = 4

Used by: RangeRing Object