Hi Paul,
Hope all is well at your end.
I recently added this tool as an excel add-in and added it to my Quick Access Toolbar (QAT). And then if I'm using it from the QAT/Add-in, I'm getting the error as mentioned in #61 with the below code. It is working fine in the normal version/other than add-in version.
    ThisWorkbook.PivotCaches.Create(SourceType:=xlDatabase, SourceData:=rData, Version:=xlPivotTableVersion15).CreatePivotTable _
    TableDestination:=wsTemp.Cells(1, 1), TableName:="Stastistics", DefaultVersion:=xlPivotTableVersion15
I'm not sure what is the issue here. Could you please help me on this?
I'm unable to attach the 'xlam' version of the file here
Thanks,