Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Private Sub cmdBottom_Click()
ListBox1.ListIndex = ListBox1.ListCount - 1 End Sub Private Sub cmdTop_Click() ListBox1.ListIndex = 0 End Sub -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "x taol" wrote in message ... thank you Andy Pope if top button press, the select item move top. how code? *** Sent via Developersdex http://www.developersdex.com *** |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Listbox in UserForm | Excel Discussion (Misc queries) | |||
userform listbox cannot get listbox.value to transfer back to main sub | Excel Programming | |||
UserForm Listbox in VBC | Excel Discussion (Misc queries) | |||
UserForm with ListBox | Excel Programming | |||
UserForm ListBox | Excel Programming |