Click Event Example
This procedure runs whenever the user clicks the mouse with the pointer positioned over the control named “ChartSpace1”.
Sub ChartSpace1_Click(chinfo) If chinfo.AltKey then ' Handle alt case here. End If End Sub