View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Nigel Nigel is offline
external usenet poster
 
Posts: 923
Default ListBox chaning size

There is a listbox width property that you can set to a predefined value.

--
Cheers
Nigel



"ben" wrote in message
oups.com...
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