vba - AfterShapeSizeChange application event not firing in PowerPoint 2013 -
I got a simple test .pptm file to try to debug the failure of the AfterShapeSizeChange event in PowerPoint 2013 (15.0 4659.1001) on Windows 7 x64 In a standard module:. New ClassEH 'Run to start PowerPoint application events Name classEH in a class module with: WindowSelectionChange event with a selection as expected Changes have been firing but AfterShapeSizeChange event is not firing after changing a shape on the slide. This event has been added in PowerPoint 2013 as per MSDN article: Any ideas
Set sub InitApp () as Public EHEApp = PowerPoint.Application End Sub
Public WithEvents Application PowerPoint.Application Personal Sub App_WindowSelectionChange (ByVal Sel as Selection) As Debug.Print "App_WindowSelectionChange" sub Private Sub App_AfterShapeSizeChange After running InitApp (byVal shp size) Debug.Print "App_AfterShapeSizeChange" End Sub
Resize shape is okay here Jamie. I have 2013 PRO (MSI version)
It hasn't worked for me either, I found multiple reports of this not working. Has there been any development on this topic?
ReplyDelete