Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Trying to select every item in an embedded listbox. Any thoughts on how to correct the following? Thanks in advance. Private Sub btnSelectAll_Click() Dim i As Integer With Sheets("Sheet1").OLEObjects("lstList").Object For i = 1 To .ListCount .Selected(i) = True Next i End With End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Formula or access ? | Excel Worksheet Functions | |||
Help with Excel ActiveX listbox controls | Excel Discussion (Misc queries) | |||
Perform oiperations relative to initial selected cell | Excel Discussion (Misc queries) |