Top10.ModifyAppliesToRange Method

Excel Developer Reference

Sets the cell range to which this formatting rule applies.

Version Information
 Version Added:  Excel 2007

Syntax

expression.ModifyAppliesToRange(Range)

expression   A variable that represents a Top10 object.

Parameters

Name Required/Optional Data Type Description
Range Required Range The range to which this formatting rule will be applied.

Remarks

The range must be in the A1 reference style and be entirely contained within the sheet that is the parent of the FormatConditions collection. It can include the range operator (a colon), the intersection operator (a space), or the union operator (a comma). Dollar signs can also be used but they are ignored.

You can also use a local defined name in any part of the range, but the name must be in the language of the macro.

See Also