View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Hung[_2_] Hung[_2_] is offline
external usenet poster
 
Posts: 1
Default How to detect selected cells in Excel, in VSTO

in VSTO 2005, is there a way to get hold of the selected cells.

Say, user hold the Ctrl key and select multiple cell, is there a way to
get hold of them in VSTO? ActiveCell doesn't seem to be the answer.

THanks a lot
Wei