Keypress Event

R

R Avery

Pressing the F keys do not trigger the KeyPress event for the combobox (
i have not tested other forms, but i assume its the same). How do i
trap a function button being pressed in a combobox?
 
R

Rob Bovey

R Avery said:
Pressing the F keys do not trigger the KeyPress event for the combobox (
i have not tested other forms, but i assume its the same). How do i
trap a function button being pressed in a combobox?

The KeyDown event will trap the F-keys being pressed.

--
Rob Bovey, MCSE, MCSD, Excel MVP
Application Professionals
http://www.appspro.com/

* Please post all replies to this newsgroup *
* I delete all unsolicited e-mail responses *
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top