Style.Name Property
Excel Developer Reference |
Returns a String value that represents the name of the object.
Syntax
expression.Name
expression A variable that represents a Style object.
Example
This example displays the name of style one in the active workbook, first in the language of the macro and then in the language of the user.
Visual Basic for Applications |
---|
|
The following example displays the name of the default ListObject object in sheet1 of the active workbook.
Visual Basic for Applications |
---|
|
See Also