Prev: Build an Array of Different Values From Column
Next: VBA Password - Excel keeps prompting for it
From: Avi on 26 Jan 2010 12:34 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.
From: Jeff on 26 Jan 2010 16:54 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. > . >
From: Avi on 1 Feb 2010 23:34 Thanks Jeff. On Jan 26, 3:54 pm, Jeff <J...(a)discussions.microsoft.com> 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 -
|
Pages: 1 Prev: Build an Array of Different Values From Column Next: VBA Password - Excel keeps prompting for it |