View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] nliron@gmail.com is offline
external usenet poster
 
Posts: 1
Default invoke an event procedure with a shortcut key

Hi all
Is there a way to invoke a worksheet event procedure using some kind of
key combination?
Specificly, I would like to assign some key combination that will
invoke the "worksheet_beforerightclick" event, whithout using the
mouse, and without changing the EditDirectlyInCell property.
Thanks in advance

BawNK