your find routine uses the control value...so by using the same name, you
don't need to amend that bit of code
Open the Properties view then select the combobox. Scroll down the list of
properties until you see RowSource
this range is used to populate the control with data
there's also a property called ColumnCount
the default value for this is 1, so you basically enter a single column of
data. However, yuo can add more columns , but you need to set this property
first
- I'd assumed that you had this already, as your code is good for adding
items to a listbox and adding extra columns of data.
"Joseph Pagan" <(E-Mail Removed)> wrote in message
news:953ACE69-7297-425E-AC65-(E-Mail Removed)...
> replace the textbox, ADM_PERSONNEL, and replace it with a combobox "Sorry
> but
> Why"
> set as the RowSource and the same name."Where is the RowSource?"
> also, set the listbox column count to the correct number of columns. "How
> i
> set this. Please could be more explanatory, I'm beginning to excel vba."
>
> "Patrick Molloy" wrote:
>
>> replace the textbox, ADM_PERSONNEL, and replace it with a combobox which
>> has
>> A7:A100 set as the RowSource and the same name, ADM_PERSONNEL
>>
>> also, set the listbox column count to the correct number of columns.
>>
>>
>>
>>
>> "Joseph Pagan" <(E-Mail Removed)> wrote in message
>> news:2890B3B2-C2DB-4A8E-9991-(E-Mail Removed)...
>> > I want to link the find button to the listbox1.Example: The user enter
>> > the
>> > name of the ADM_PERSONNEL in the textbox named ADM_PERSONNEL in the
>> > userform
>> > and click the find button automatically the listbox is populated with
>> > the
>> > data in that row for the field
>> > ADM_PERSONNE,ADM_TITLE,PI_PD_NAME,UNIT,AGENCY,FILE_NO ect...So i can
>> > chose
>> > and look the diferents rows(Proyect) that have the administer
>> > personnel.
>> > I hope this helps.
>> > This is the url to download my project
>> > :http://www.4shared.com/file/11064259...e50c/Form.html
>>
>>