Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
is it possible to highlight the first row in each listbox when the form opens
and then move the highlighted row either up or down with the spin button? Thanks again for all of the help -- JT |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Private Sub Userform1.Initialize()
for each ctrl in me.controls if typeof ctrl is MSForms.Listbox then ctrl.ListIndex = 0 end if Next End Sub -- Regards, Tom Ogilvy "JT" wrote: is it possible to highlight the first row in each listbox when the form opens and then move the highlighted row either up or down with the spin button? Thanks again for all of the help -- JT |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Spin Button | Excel Programming | |||
spin button value | Excel Discussion (Misc queries) | |||
spin button | Excel Programming | |||
Spin Button... | Excel Programming | |||
Spin Button | Excel Programming |