View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
avi avi is offline
external usenet poster
 
Posts: 195
Default Listview checked item

Hello,

How do I know which item index (the listview row nb) has been checked
using the _ItemCheck event?

Sub TestIt_ItemCheck(ByVal item As ListItem)
msgbox " The row checked is " & should a variable that holds the
item index nb checked
end sub

Thanks
Avi