Hi, I want to fill a listbox with n columns so there is no space other than the text in it.
I have tried this:
listbox1.columncount = 2
listbox1.columnwidth(len(activecell.text);len(activecell.offset(0,1).text))
Or:
mystring = len(activrcell.value) or refer to the excel column width
listbox1.columnwidth(mystring;mystring2)
but I get an error message.
Or max of list len or something. The default width is to big and specifying the length could make it to small.
I have tried this:
listbox1.columncount = 2
listbox1.columnwidth(len(activecell.text);len(activecell.offset(0,1).text))
Or:
mystring = len(activrcell.value) or refer to the excel column width
listbox1.columnwidth(mystring;mystring2)
but I get an error message.
Or max of list len or something. The default width is to big and specifying the length could make it to small.