Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Trying to get a listbox to work in a form... but not quite there yet! The list should read the info from a range, but it empty... The code I am using is below Private Sub clients_select_Initialize() Dim rng As Range, cel As Range Set rng = ActiveWorkbook.Sheets("clients").Range("b2:b200") With Me.clients_select_list .Clear For Each cel In rng.Cells .AddItem cel.Value Next End With End Sub thanks a million |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Listbox in a form | Excel Programming | |||
listbox value to a form | Excel Programming | |||
vb6 form with listbox | Excel Programming | |||
listbox option in form | Excel Programming | |||
Listbox/Form question | Excel Programming |