View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ben ben is offline
external usenet poster
 
Posts: 7
Default ListBox chaning size

Hi
Any clue why when I do the following assignment to a listBox it reduces
the size of the list box
[...]
lst.List = Application.Transpose(lstv)
[...]
IS there a way to fix the dimension of the listbox?
Help appreciated here
Thanks
Ben