Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I modify this code to place the selected names from a MultiSelect
listbox starting in cell A73 not A1? Sub DropButton_Click() Dim i As Long, j As Long For i = 0 To TeamListBox.ListCount - 1 If TeamListBox.Selected(i) Then j = j + 1 Cells(j, "A").Value = TeamListBox.List(i) End If Next Thanks -- Jim T |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
fig from excel not correct decimal place when merged. In word | Excel Discussion (Misc queries) | |||
loop question trying to bring excel into autocad text not starting in correct place | Excel Programming | |||
read a column of names and place a number in the next cell | Excel Discussion (Misc queries) | |||
Why it is not pasting it to the correct place? | Excel Programming | |||
Place selected object names into array | Excel Programming |