I'd like to get a combo box to drop down automatically AFTER the user SAVES his first combo box selection.
That is, I don't want the dropdown to happen on the first selection.
In the coding for the SAVE button's "on click" even, I set the focus back on the combo box. Then, I was going to use SendKeys "{F4}" to force the combo box to drop down.
But that doesn't seem to be working.
I suppose I could use the Got_Focus event for the combo box, but then I believe the dropdown would happen on the first use of the combo box.
Any suggestions ?
That is, I don't want the dropdown to happen on the first selection.
In the coding for the SAVE button's "on click" even, I set the focus back on the combo box. Then, I was going to use SendKeys "{F4}" to force the combo box to drop down.
But that doesn't seem to be working.
I suppose I could use the Got_Focus event for the combo box, but then I believe the dropdown would happen on the first use of the combo box.
Any suggestions ?