View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Michel[_3_] Michel[_3_] is offline
external usenet poster
 
Posts: 23
Default How stop the navigation to other cells?

"Tom Ogilvy" wrote in message ...
Use the newer events: worksheet_Change and/or Worksheet_SelectionChange


Thanks, but I guess I will still have the problem of stopping a
navigation after programcode-exit. I mean when someone uses
cursor-down which triggers Worksheet_SelectionChange and this sub
wants to select a special cell, then the cursor down will still be
executed! So is there a way to clear the keyboard buffer?