Share via

Run a vba code when I click on the dropdown button of the combobox

Anonymous
2019-05-21T06:49:51+00:00

I want to run a code, NOT when I click on the combobox, but when I click on the DROPDOWN BUTTON of the combo box. Is this possible?

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Doug Robbins - MVP - Office Apps and Services 323.1K Reputation points MVP Volunteer Moderator
    2019-05-21T09:20:50+00:00

    If you use a UserForm, there is a DropButtonClick() event for a ComboBox with which you could do whatever it is that you want.

    Was this answer helpful?

    0 comments No comments