View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Martha[_2_] Martha[_2_] is offline
external usenet poster
 
Posts: 6
Default Multiple column listbox syntex question

Hi,

I have a 4 column single selection listbox on a userform.

I have a variable (myvar) that I would like to assign the
value of the selected items 4th column.

ie myvar= listbox1.column(4).value

that doesn't work. I am stumped. Please help.

Thanks a bunch,

Martha