It gives you the option of exporting all tables, all visible tables, or all selected tables. The output can be in a single sheet, in separate files, or each table can be in a separate sheet in the same file. The script has a dialog box interface for specifying all these options.
It requires that you have Excel installed, and it creates Excel files corresponding to the installed Excel version.
HTH,
Jon Peck
Hi Jon,
Can you please point me the specific file?
Hi Jon,
I did find the script - thanks. If was wanted to customize the tab
name, where is the script is it pulling from?
Hi Jon, Sorry, I don't know what you mean. Can you paste in the place
and the change I need to make in order to have the script pull from
the table titles and make it the tab label?
At line 92, this text occurs
itemlabel = cleanlabel(objOutputItem.Label)
You could change that to read
itemlabel = cleanlabel(objPivotTable.TitleText)
HTH,
Jon Peck
The description attribute for a table is usually identical to the table title text, but you can change the function to use the title text instead.
At line 92 of the script, you will see
itemlabel = cleanlabel(objOutputItem.Label)
To use the title text instead, change it to read