Range.Style Property
Excel Developer Reference |
Returns or sets a Variant value, containing a Style object, that represents the style of the specified range.
Syntax
expression.Style
expression A variable that represents a Range object.
Example
This example applies the Normal style to cell A1 on Sheet1.
Visual Basic for Applications |
---|
|
If cell B4 on Sheet1 currently has the Normal style applied, this example applies the Percent style.
Visual Basic for Applications |
---|
|
See Also