View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jack jack is offline
external usenet poster
 
Posts: 97
Default Single clck --- double click

Hello,
How to detect that a user double clicked on the cell?
single click --just SheetSelectionChange()
double click --- SheetSelectionChange() and process the cell's data
How to do that?
Thanks,
Jack