View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sean Farrow Sean Farrow is offline
external usenet poster
 
Posts: 34
Default determine when the user moves to a difference cell

Hi:
in excel how do I use the onworksheet change event? to determine then the
cellthe user is in has changed.
Do I have to implement all function for an event sink or canIjust implement
the functions I require, in this case I am using the AppEvents interface.
Any guidance apreciated.
Sean.