I don't think this is possible but asking anyway. I have a list box where I've centred it with userform1.ListBox1.TextAlign =fmTextAlignCenter
However, I realized what I want is to centre the header, and left align the first column, and right align the second column.
This listbox is made up of two columns. I can remove the headers changing column heads to false and make my own with text boxes I guess, but that still leaves me with the problem of formatting each column.
However, I realized what I want is to centre the header, and left align the first column, and right align the second column.
This listbox is made up of two columns. I can remove the headers changing column heads to false and make my own with text boxes I guess, but that still leaves me with the problem of formatting each column.