When I open an excel file (generated via VBA code), I get an error
"Excel found unreadable content in <filename>. Do you want to recover the contents?"
After clicking "Yes" I get a message
'Repairs were made to PivotTable report 'pvtName' on '[filename.xls]Tab'.'
The corresponding pivot table is generated by VBA code. Is there a way to find out what is being done on the pivot table so that I can make the necessary changes to the code before creating the file?
Thank:)
source
share