Hello,
I am using Excel 2007 and cannot find the 'Edit MS Query' option in the context menu of a pivot table. How can I access this through the GUI?
With VBA I see it clearly in the Immediate Window...
?ActiveSheet.PivotTables(1).PivotCache.CommandText
SELECT tblFinReporting.Type
FROM `R:\Accounting\20 Envoy\`.tblFinReporting tblFinReporting
but not in GUI...
Thanks
I am using Excel 2007 and cannot find the 'Edit MS Query' option in the context menu of a pivot table. How can I access this through the GUI?
With VBA I see it clearly in the Immediate Window...
?ActiveSheet.PivotTables(1).PivotCache.CommandText
SELECT tblFinReporting.Type
FROM `R:\Accounting\20 Envoy\`.tblFinReporting tblFinReporting
but not in GUI...
Thanks