View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Can column width be different sizes?

where did you find it; in the question just before yours?

--
Regards,
Tom Ogilvy

Thurman wrote in message
et...
Figures, after seaching for over a week now, I find the answer just after
posting my question...

Listbox1.ColumnWidths = "100;20;20;20;20"

"Thurman" wrote in message
et...
I have a multicolumn listbox, but only the 1st column needs to be set at
100pts. The other 4 columns are single digit numbers and it offsets the
listbox to have them in columns with 100pts as well. Is there any fix

for
this?

Thanks
Thurman