label on top of a listbox

C

CG Rosén

Good day Group,

Is it not possible to show a Label on top of a Listbox?
If possible - how to do? Hints welcomed.

Brgds

CG Rosén
 
G

Guest

CG Rosen,

If you want to the label to interact with the list box add this to the
change event of the list box

Label1.Caption = ListBox1.Value
 
J

JW

Unlike Access, labels are not automatically assigned to new items when
added to a userform. If you want to add a label, simply click the A
button on the toolbar and place the label wherever you desire.
 

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

Top