View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
count count is offline
external usenet poster
 
Posts: 64
Default Ecape key to close/exit sheet

Hi,
I need to give users consistent interface experience :)
So I'd like to have Something on a worksheet (or chartsheet) that would
react to Escape key - like CommandButtons do on forms, if their Property
Cancel=True. I use them on all forms and users love it.
This Something can be Anything: ActiveX, Custom class objects, Accelerator
tricks...
Custom class objects would be best, as they hold Code in Class modules (and
not with data-laden worksheets).
Wishing you inspired moments, :)
Paul