View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
DennisB[_2_] DennisB[_2_] is offline
external usenet poster
 
Posts: 9
Default BeforeRightClick event vs. Selection Change

I have two events that fire when I change the active cell, a BeforeRightClick
and Selection Change. If I select a new cell by right clicking, the code for
the selection change fires. How do I stop the selection change event when I
right click?