Thread: MouseUP event
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
avi avi is offline
external usenet poster
 
Posts: 195
Default MouseUP event

Hello,

I use an activeX component(SSlider4) that has a MouseUp event. But i
continue to get a compile error stating that "the declaration of
parameters does not match event of the same name"

Private Sub SSlider4_Mouseup(x As Long, y As Long)
MsgBox "Fired!"
End Sub

Do I miss something?

Thanks a lot

Avi