A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi all,
Thanks to Cindy Meister, I could solve my problem with good old VBA.
With the command
CommandBars(156).Controls("&Drill Down").OnAction = "PTDrillDown"
I removed the reference to the ancient workbook.
It seems to work.