Hi,
Any idea of how to make the following statements simple because they look quite stupid? There must be a way of doing it. No idea why repetitive "False" can help. I tried to cut down to 1 but failed.
Thanks in advance.
...
Activesheet.PivotTables(1).PivotFields("SP_NAME").Subtotals = Array(False, False, False, False, False, False, False, False, False, False, False, False)
...
Any idea of how to make the following statements simple because they look quite stupid? There must be a way of doing it. No idea why repetitive "False" can help. I tried to cut down to 1 but failed.
Thanks in advance.
...
Activesheet.PivotTables(1).PivotFields("SP_NAME").Subtotals = Array(False, False, False, False, False, False, False, False, False, False, False, False)
...