Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi, i have some comboxes on my form. I wanted that to expand
automatically, when it gets focus. Any help in this regard is appreciated. Thanks. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Private Sub ComboBox1_Enter()
Me.ComboBox1.DropDown End Sub "Avi" wrote: hi, i have some comboxes on my form. I wanted that to expand automatically, when it gets focus. Any help in this regard is appreciated. Thanks. . |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Jeff.
On Jan 26, 3:54*pm, Jeff wrote: Private Sub ComboBox1_Enter() * *Me.ComboBox1.DropDown End Sub "Avi" wrote: hi, i have some comboxes on my form. I wanted that to expand automatically, when it gets focus. Any help in this regard is appreciated. Thanks. .- Hide quoted text - - Show quoted text - |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Auto-expand/rich auto-complete option in Excel combo boxes | Excel Programming | |||
Combobox Events to Shrink and Expand Width | Excel Programming | |||
auto expand rows | Excel Worksheet Functions | |||
auto expand rows | Excel Programming | |||
Auto Expand Combo Box | Excel Programming |