fpskidmark
Board Regular
- Joined
- Sep 11, 2009
- Messages
- 139
Hi Excel Guru,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
<o></o>
I have a quick question; what is the code to remove the check mark on the "Insert blank line after each item" from the PivotTable Field Layout - Display Options<o></o>
<o></o>
My code is NOT working<o></o>
PHP:
With Sheets("Deficiency Report").PivotTables("Felix2").PivotFields("Provider")
.Orientation = xlRowField
.Subtotals = Array(False, False, False, False, False, False, False, False, False, False, False, False)
.LayoutBlankLine = False
.Position = 1
End With