DoubleClick on embedded object(shape)
Hello, Jon
It works!!!! many thanks!!
i've made also a slight change to the class, otherwise i get a Type
mismatch
Public WithEvents GaugesGroup As GaugeObject
Private Sub GaugesGroup_DblClick()
MsgBox "Hello from " & GaugesGroup.Name
End Sub
Avi
|