View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
AsIs AsIs is offline
external usenet poster
 
Posts: 2
Default How access a listbox on a worksheet

Hello.
I have a listbox allocated on a worksheet, not on a form.
I set input range and linked cell through properties window.

How can i access the listbox from macro? For example, access selected item in it.

Thanks