I m trying to creat a pivot trable by vba. I need help to select data range for this table.
data range always variable depending on work volume. it is dynamic. I have write code as below code for data range.
[Set pc = ActiveWorkbook.PivotCaches.Create(xlDatabase, "'Format - Output'!A1:BF673")]
Thanks in advance.
data range always variable depending on work volume. it is dynamic. I have write code as below code for data range.
[Set pc = ActiveWorkbook.PivotCaches.Create(xlDatabase, "'Format - Output'!A1:BF673")]
Thanks in advance.