in reply to Re^2: WIN32::OLE excel pivot Chart Title doesn't work
in thread WIN32::OLE excel pivot Chart Title doesn't work

If you look at the code that the Excel Macro Recorder creates, you will find that it first sets up PivotCaches before it creates the pivot table. If you port the VB code to Perl, it is a good strategy to follow what the VB code does.

  • Comment on Re^3: WIN32::OLE excel pivot Chart Title doesn't work