Object | Value |
|
Application | Always returns "Microsoft Excel." Read-only. |
Borders | Synonym for Borders.LineStyle. |
Name | A string containing the formula that the name is defined to refer to. The string is in A1-style notation in the language of the macro, and it begins with an equal sign. Read-only. |
Parameter | The parameter value. For more information, see the Parameter object. |
PivotField | The name of the specified field in the PivotTable. |
PivotItem | The name of the specified item in the PivotTable field. |
PivotTable | The name of the PivotTable. |
Range | The value of the specified cell. If the cell is empty, Value returns the value Empty (use the IsEmpty function to test for this case). If the Range object contains more than one cell, returns an array of values (use the IsArray function to test for this case). |
Style | The name of the specified style. |
Validation | True if all the validation criteria are met (that is, if the range contains valid data). |