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...