View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ayo Ayo is offline
external usenet poster
 
Posts: 489
Default Is this possible with a listbox?

Is it possible to use merged cells in a ListFillRange property assignment for
a listbox or do I have to create a new list without the merges to populate my
listbox?
Also how do you use a row list in a listbox? In other words, I have a list
in Range("D3:AA3") that I want to use in a listbox.