PivotTable.ClearTable Method
Office 2007
| Excel Developer Reference |
Version Information
Version Added: Excel 2007
Syntax
expression.ClearTable
expression A variable that represents a PivotTable object.
Remarks
The ClearTable function takes no arguments and is available for both relational and OLAP PivotTables.
Example
The following example clears a PivotTable on the active worksheet.
| Visual Basic for Applications |
|---|
|
See Also