View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
u9946675 u9946675 is offline
external usenet poster
 
Posts: 3
Default resizing listbox columns in excel userform

Hi
I have a listbox in an excel visual basic userform with multiple
columns.

I want to resize some of the columns of the text in the box. How do I
do this?

If I use

userform.listbox1.columnwidths=100, it only resizes the leftmost
column,

Any suggestions much appreciated.

Thanks