Expand Minimize
This topic has not yet been rated - Rate this topic

Application.PivotTableSelection Property (Excel)

Published: July 16, 2012

True if PivotTable reports use structured selection. Read/write Boolean.

expression .PivotTableSelection

expression A variable that represents an Application object.

This example enables structured selection mode and then sets the first PivotTable report on worksheet one to allow only data to be selected.

Application.PivotTableSelection = True 
Worksheets(1).PivotTables(1).SelectionMode = xlDataOnly
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.