Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

labeling columnheads in listbox

Status
Not open for further replies.

NIA2

Technical User
Aug 30, 2006
137
AU
Hi everyone,

I have a listbox on a userform in Word and have the columnheads property set to true. Apparently you can't programatically add labels to these column heads using vba, so I'm trying to add labels manually in the design environment in the VBE. The listbox is sitting on one of the pages of the multipage form and when I try to add a label and drag it on top of the listbox, it always appears below it in the stacking order. I try and bring it to the front using the command but it makes no difference.

Has anyone else experienced this, and if so is there a solution?

Thanks for any help offered.
 
When you load your data into the listbox the first row should give the headings.

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
Not sure what you mean. I haven't set any headings, programatically or otherwise because I didn't think you could do it. I thought the only way was to use a label?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top