I am writing some VBA to create an Excel pivot table in a new worksheet using an existing local table.
Because of volumes, I don't want to store the original data (on another sheet and hide it) within the workbook.
Any ideas for the "SourceType :=" and "SourceData :=" parameters, or an example of a working model?
Thanks.
Because of volumes, I don't want to store the original data (on another sheet and hide it) within the workbook.
Any ideas for the "SourceType :=" and "SourceData :=" parameters, or an example of a working model?
Thanks.
Comment