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
|