#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 471
Default PickList

In another language I am more familiar with than VBA, there is an object
called a picklist. The picklist has multiple columns of data and each column
of data is "sortable" so that when you start typing the entire list, sorted
by that attribute, will be displayed. Also, there are titles on the picklist
and a parameter that allows one or more items to be selected. When the
selection is made the data is then entered in the field where the list was
popped up. If multiple items are selected, the picklist merely "holds" the
results in a array that can then be read in to determine which records were
selected.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,986
Default PickList

Yes?

"Mike H." wrote:

In another language I am more familiar with than VBA, there is an object
called a picklist. The picklist has multiple columns of data and each column
of data is "sortable" so that when you start typing the entire list, sorted
by that attribute, will be displayed. Also, there are titles on the picklist
and a parameter that allows one or more items to be selected. When the
selection is made the data is then entered in the field where the list was
popped up. If multiple items are selected, the picklist merely "holds" the
results in a array that can then be read in to determine which records were
selected.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default PickList

thanks for sharing.

If there was a question, you didn't state it. If you wondered if there was
a similar control shipped with Office, no.

If you know the name of your control, in the VBE, go to more controls and
see if that control can be selected from the list. If so, try putting it on
a userform and seeing if it will work. However, if you want to distribute
this workbook, you would need to make sure the computers using the file had a
registered version of that control (or have the authority to distribute it,
then install it).

--
Regards,
Tom Ogilvy


"Mike H." wrote:

In another language I am more familiar with than VBA, there is an object
called a picklist. The picklist has multiple columns of data and each column
of data is "sortable" so that when you start typing the entire list, sorted
by that attribute, will be displayed. Also, there are titles on the picklist
and a parameter that allows one or more items to be selected. When the
selection is made the data is then entered in the field where the list was
popped up. If multiple items are selected, the picklist merely "holds" the
results in a array that can then be read in to determine which records were
selected.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 471
Default PickList

Sorry, my question needs the old Jeopardy response Alex Trebec says, "Please
state In the form of a question"... I was wondering if there is a similar
control in VBA and if so, what is it?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hyperlink Picklist John Calder New Users to Excel 4 May 31st 08 01:31 AM
Batch Printing - filtered by Picklist naz Excel Worksheet Functions 1 June 27th 07 07:24 PM
MS Excel Validation picklist [email protected] Excel Discussion (Misc queries) 2 November 30th 06 09:32 PM
validate data from list without picklist Tara Keane Excel Discussion (Misc queries) 1 January 27th 05 03:37 PM
a picklist for a field papa[_3_] Excel Programming 3 August 26th 04 01:30 AM


All times are GMT +1. The time now is 10:51 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"