So what I have a button that when clicked does some stuff after what they are looking for is typed into a cell. I know the users will want to be able to type in what they are looking for and hit the enter key and have it accomplish the same thing as clicking the button (it opens a drop down list).
I've been searching on this for a few hours now and I got close with OnKey, but I can't get that working reliably. It seems like you can't turn it on and off like I want to be able to. Or maybe I just can't figure out how to.
Anyway what I'm looking for is a reliable way to have the enter keys on the keyboard trigger my macro when cell K4 is selected. I want the enter keys to work normally otherwise. The drop down list is a data validation cell if that helps.
I've been searching on this for a few hours now and I got close with OnKey, but I can't get that working reliably. It seems like you can't turn it on and off like I want to be able to. Or maybe I just can't figure out how to.
Anyway what I'm looking for is a reliable way to have the enter keys on the keyboard trigger my macro when cell K4 is selected. I want the enter keys to work normally otherwise. The drop down list is a data validation cell if that helps.