D
Dong Chen
To my knowledge, PowerPoint 2000 supports this event. I wrote a procedure
like the followings, but it didn't work.
Private Sub App_WindowSelectionChange(ByVal Sel As Selection)
'do whatever
End Sub
Could you please give a hand? Thanks.
like the followings, but it didn't work.
Private Sub App_WindowSelectionChange(ByVal Sel As Selection)
'do whatever
End Sub
Could you please give a hand? Thanks.