View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
microsoft[_7_] microsoft[_7_] is offline
external usenet poster
 
Posts: 3
Default Populate cells with Listbox items

How can i do this:

Range("B8:D8).vaue = listbox2.listindex = 0

IE.
The forst listed item in the Litbox to be placed into the cell.
B8:D8 are merged cells


Corey....