Timjohnson
New Member
- Joined
- May 16, 2019
- Messages
- 1
I'm currently trying to create a tool that will call/run another macro/sub when the enter key is pressed on cell B4.
Cell B4 will be the search field. Whenever someone types something in this field and hits enter on their keyboard I want another macro called "searchcontains" to run
I've tried using this code but I'm not sure how to specifically define the B3 cell:
Application.OnKey "~", "searchcontains"
Cell B4 will be the search field. Whenever someone types something in this field and hits enter on their keyboard I want another macro called "searchcontains" to run
I've tried using this code but I'm not sure how to specifically define the B3 cell:
Application.OnKey "~", "searchcontains"