D
Dave Jenkins
I have a set of macros that contains an event handler for the
WindowBeforeDoubleClick event. This class method has been working fine in
2003 for a year or so. Today I migrated to Office 2007, and the event
doesn't appear to be firing. I have handlers for other events
(PresentationClose, PresentationBeforeSave, AfterPresentationOpen, e.g.) and
they appear to be operating as they did in the previous version.
Is there anything different about the WindowBeforeDoubleClick event in 2007?
I need some way to recognize the selection of a shape with a certain tag -
if I can't do it with a double-click, can you suggest an alternative that's
just as easy on my users?
Thanks.
WindowBeforeDoubleClick event. This class method has been working fine in
2003 for a year or so. Today I migrated to Office 2007, and the event
doesn't appear to be firing. I have handlers for other events
(PresentationClose, PresentationBeforeSave, AfterPresentationOpen, e.g.) and
they appear to be operating as they did in the previous version.
Is there anything different about the WindowBeforeDoubleClick event in 2007?
I need some way to recognize the selection of a shape with a certain tag -
if I can't do it with a double-click, can you suggest an alternative that's
just as easy on my users?
Thanks.