View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JRForm JRForm is offline
external usenet poster
 
Posts: 130
Default label on top of a listbox

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


"CG Rosén" wrote:

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