I have a Pivot Table that has a data source that is a table. When I call pivotTable.getSource() it just gives me the name of that table - but I want to access the cells in that table. Is there any way to get more information about the source (what type of excel content it is, what tab it is on?) or the range of that source? I am trying to parse excel files dynamically, so I wont know what source is driving the table - I need to adjust dynamically based on the source. `M&A Pipeline - Purple (1).zip (83.1 KB)
I attached the file above – the pivot table is on the stock price worksheet.
image.png (7.2 KB)
you can see in the attachment the source returned is “SharePrice” which doesn’t give me much to work with…