Worksheet.ConsolidationOptions Property
Excel Developer Reference |
Returns a three-element array of consolidation options, as shown in the following table. If the element is True, that option is set. Read-only Variant.
Syntax
expression.ConsolidationOptions
expression A variable that represents a Worksheet object.
Remarks
Element | Meaning |
---|---|
1 | Use labels in top row |
2 | Use labels in left column |
3 | Create links to source data |
Example
This example displays the consolidation options for Sheet1. The list appears on a new worksheet created by the example.
Visual Basic for Applications |
---|
|
See Also