View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
mangesh_yadav[_13_] mangesh_yadav[_13_] is offline
external usenet poster
 
Posts: 1
Default test vba in listbox (UF)

just set the columnwidths property as shown

With Me.lbItems
.ColumnCount = 3
.ColumnWidths = "100, 50, 200"

' add items

End With

or you can also do the same in the properties

- Manges

--
Message posted from http://www.ExcelForum.com