Thread: error handling
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Patrick Molloy Patrick Molloy is offline
external usenet poster
 
Posts: 1,049
Default error handling

use the Application.OnKey method

"Dawna" wrote in message
...
Is it possible to assign a specific key (such as INS) for error handling?
I
have a combobox that pulls data from a list in sheet2. If the Item is not
in
the list, I would like the user to be able to press the INS button to call
the code to add the item.

Thank you in advance
Dawna