vba - AfterShapeSizeChange application event not firing in PowerPoint 2013 -


"itemprop =" text ">

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

  Set sub InitApp () as Public EHEApp = PowerPoint.Application End Sub  

Name classEH in a class module with:

  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  

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

< P>

Resize shape is okay here Jamie. I have 2013 PRO (MSI version)


Comments

  1. It hasn't worked for me either, I found multiple reports of this not working. Has there been any development on this topic?

    ReplyDelete

Post a Comment

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -