Scroll Events of mouse

Hi,
 i am imtiyaz thange. i am working on excel vba, i have used the combo control of vb on excel application, when the combo conrol is activated during the runtime and when i scroll the mouse the combo control also scrolls, i want that only the combo contents only to be scrolled and not the page to be scrolled when the control is activated


Answer this question

Scroll Events of mouse

  • korn

    Here's the response from one of our support engineers:

    I repro the problem our buddy meets, but this is a by design behavior. If he must do this, he has to use his own code. He must catch the mouse wheel event first, then let the combo text box scroll. This code must be done by vc++, vba dosen’t support mouse wheel event.
    Regards, Xiang
    < xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

    thanks,
    -brenda (ISV Buddy Team)



  • Scroll Events of mouse