i know that i can activate a timer on IDE(it's the few of events that we can use on IDE).
Code:
Private Sub tmrIDEScrollClick_Timer()
    Call GetCursorPos(MousePositions)
    If MousePositions.x = ScrollingVertical.Left Then MsgBox ""
End Sub
(these is my code test)
but i recive an error message: "error 53": file path no found: user". to be honest i don't know what these error message have to do lol
i need some sugestions. thanks