G
Guest
with ActiveSheet.PivotTables("PivotTable").PivotFields("sls_no")
.Orientation = xlRowField
.Position = 1
I am trying to figure out what code should be used to drag from the field
list into the pivot table. The code above does not work. Does anyone know the
correct code?
Thank you.
.Orientation = xlRowField
.Position = 1
I am trying to figure out what code should be used to drag from the field
list into the pivot table. The code above does not work. Does anyone know the
correct code?
Thank you.