hi,

i would like to add an event click to a shape

so i opened the activex control and put a shape on it

then in my code i wrote

public event click()

in the testing form i have

private sub usercontrol1_click()
msgbox "test"


problem is when testing, i click on the shape and no **** happens, what am i doing wrong

hope somebody can help