View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
James[_42_] James[_42_] is offline
external usenet poster
 
Posts: 1
Default Resize Listbox Colums to match array fileds

I have an Excel VBA form that contains a listbox.
The listbox is populated from an array.
the array is populated from a SQL server using ADODB.connection
The listbox number of columns will vary depending on other criteria defined
by the user.
I want the listbox columwidth to resize after populating from the array

?

tx in advance

James