How to format listbox
Does everyone know how to format listbox layout? Like
putting lines between the columns on Userform... setting one
column in bold font.
As far as I know, one can:
- put a line between columns by setting the ColumnsHead
property to True, but the line exits between the headings only
- change the font by using the Font property, but it covers all
columns, not selected ones.
HTH,
Merjet
|