View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Laurence Lombard Laurence Lombard is offline
external usenet poster
 
Posts: 24
Default ListBox Item Row Number

Is there an easy way to find the sourcelist row number of a listbox
item. Something like Rownumber = ListBox1.Row

One way would be to have a helper column with all the row numbers and
use that column as the BoundColumn, but I was wondering if there was
something more direct

Thanks
Laurence