How to format listbox

  • Thread starter Thread starter gki
  • Start date Start date
G

gki

Hello all,

Does everyone know how to format listbox layout? Like putting line
between the columns on Userform... setting one column in bold font..

Thank
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top