PowerPoint 2016 Chart filter issue
PowerPoint chart filter shows "The linked file is not available" when the filter is clicked for the second time.
When troubleshooting the issue found out the cause as Excel VSTO Add-in which handles "ApplicationWorkbookOpen" Event in ThisAddin.vb. Even without any code in "ApplicationWorkbookOpen" causes this error. If I comment 'Application_WorkbookOpen' then it works fine.
This happens for other Workbook events as well.
Posted the same issue with a sample excel add-in in msdn fourm. Please go through for more information.
Our add-in is deployed for more that 5000 users globally. It will be great if this issue is fixed.
