I'm running into a strange problem, for many years I have used these excel macros and all of a sudden I started to receive errors that only appear on one computer. This macro and pivot issue doesn't exist on any other computer I have tried. So excel was uninstalled and a fresh clean updated copy has been installed and the issue still exists.
run-time error 1004 Unable to get the PivotFields property of the PivotTable Class
VBA notes the error being located with the code of:
ActiveSheet.PivotTables(1) .PivotFields("count of quantity") .Function = xlSum
Any ideas of why I would have this issue on one computer only?.. Also please note this worked fine for many years on this same computer and then one day just developed this problem out of nowhere.
run-time error 1004 Unable to get the PivotFields property of the PivotTable Class
VBA notes the error being located with the code of:
ActiveSheet.PivotTables(1) .PivotFields("count of quantity") .Function = xlSum
Any ideas of why I would have this issue on one computer only?.. Also please note this worked fine for many years on this same computer and then one day just developed this problem out of nowhere.