With the following line of code...
Can I use an array variable to add fields like so?
such that HeaderArray is...
Code:
PT.AddFields RowFields:=Array("Region", "Customer"), _
ColumnFields:="Product"
Code:
PT.AddFields RowFields:=HeaderArray
Code:
Dim HeaderArray() As String