PC Review


Reply
Thread Tools Rate Thread

Combobox List to Open when uderform is Activated ?

 
 
Corey
Guest
Posts: n/a
 
      8th Jan 2007
Can a Combobox list be Dropped Open displaying the list of values when a
userform is Activated.
I want to Fool-Proof Prompt the user to select this value 1st.

Can this be done?
How?

Sub userform_Activate()
combobox92.dropdownlist=activate ' ???
end sub


Corey....


 
Reply With Quote
 
 
 
 
Corey
Guest
Posts: n/a
 
      8th Jan 2007
Never mind.
Solved it just as i posted.

ComboBox92.DropDown

Funny thing is though:
The Values are NOT displayed IN the Combobox, they are Displayed In the
Centre of the Userform.
NO problems for me though, just means the User would have to TRIP OVER the
values to miss them.

Corey....

"Corey" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Can a Combobox list be Dropped Open displaying the list of values when a
> userform is Activated.
> I want to Fool-Proof Prompt the user to select this value 1st.
>
> Can this be done?
> How?
>
> Sub userform_Activate()
> combobox92.dropdownlist=activate ' ???
> end sub
>
>
> Corey....
>



 
Reply With Quote
 
NickHK
Guest
Posts: n/a
 
      9th Jan 2007
Corey,
Using .DropDown in the Userform_Initailize event, I get strange behaviour;
the list portion appears outside of the form.
In the _activate event, it works fine.

NickHK

"Corey" <(E-Mail Removed)> wrote in message
news:um8$(E-Mail Removed)...
> Never mind.
> Solved it just as i posted.
>
> ComboBox92.DropDown
>
> Funny thing is though:
> The Values are NOT displayed IN the Combobox, they are Displayed In the
> Centre of the Userform.
> NO problems for me though, just means the User would have to TRIP OVER the
> values to miss them.
>
> Corey....
>
> "Corey" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
> > Can a Combobox list be Dropped Open displaying the list of values when a
> > userform is Activated.
> > I want to Fool-Proof Prompt the user to select this value 1st.
> >
> > Can this be done?
> > How?
> >
> > Sub userform_Activate()
> > combobox92.dropdownlist=activate ' ???
> > end sub
> >
> >
> > Corey....
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Open ComBobox dropdown list when F12 pressed Andrus Microsoft C# .NET 5 4th Feb 2008 08:12 AM
Test if WorkSheet ComboBox list is open Sisilla Microsoft Excel Programming 1 11th Oct 2006 05:55 PM
combobox ,selectindex/item not work if i lose focus when the list is OPEN roni Microsoft Dot NET Compact Framework 0 17th Sep 2005 11:11 PM
how to emulate a combobox click, to open the dropdown list? Milsnips Microsoft Dot NET Compact Framework 1 12th Jul 2005 02:49 PM
Values contained in value list of second combobox based on value selected in first combobox. Anthony Microsoft Access Forms 16 6th Mar 2004 04:07 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:46 AM.