Macro Sheets Only
Equivalent to choosing the Style command from the Format menu, selecting a style, and choosing the OK button. Applies a previously defined style to the current selection.
Syntax
APPLY.STYLE(style_text)
APPLY.STYLE?(style_text)
Style_text is the name, as text, of a previously defined style. If style_text is not defined, APPLY.STYLE returns the #VALUE! error value and interrupts the macro. If style_text is omitted, the Normal style is applied to the selection.
Related Functions
DEFINE.STYLE Defines a cell style
DELETE.STYLE Deletes a cell style
MERGE.STYLES Imports styles from another workbook into the active workbook
List of Command-Equivalent Functions