Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 111
Default Help with drop down selection list box

To all,

I have a set of part numbers:

FX1999
FX2000
FCG344
FHJ7867

I want to be able to have a drop down box or list type of thing that
allows the user to select one of these parts. I then want the part
number to be shown in cell C2 of sheet1. I would prefer an answer that
uses a Macro as opposed to defining names/lists etc, and would like the
box to be placed where I choose it on the spreadsheet. i.e. not linked
to a cell like the data validation-lists approach. Is this possible? I
was thinking of using a combo box or list box.

Thanks for your help in advance,

Regards

Joseph Crabtree

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 29
Default Help with drop down selection list box

Yes.

Use a ComboBox from the Control Toolbox Menu. Place your part numbers in a
range of cells. Example:
In Z1 enter FX1999 and in Z2, FX2000, etc.

Then, after you have drawn your ComboBox, right-click and select properties.
Set the ListFillRange to Z1:Z4. You can adjust that as necessary if there
are more than 4 part numbers. Then set the LinkedCell to Sheet1!C2

HTH,
Paul

"joecrabtree" wrote in message
oups.com...
To all,

I have a set of part numbers:

FX1999
FX2000
FCG344
FHJ7867

I want to be able to have a drop down box or list type of thing that
allows the user to select one of these parts. I then want the part
number to be shown in cell C2 of sheet1. I would prefer an answer that
uses a Macro as opposed to defining names/lists etc, and would like the
box to be placed where I choose it on the spreadsheet. i.e. not linked
to a cell like the data validation-lists approach. Is this possible? I
was thinking of using a combo box or list box.

Thanks for your help in advance,

Regards

Joseph Crabtree



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
drop down list should remember selection. Peter Excel Discussion (Misc queries) 6 April 8th 10 04:47 PM
drop down list selection CandiC Excel Discussion (Misc queries) 1 November 30th 09 09:34 PM
Adding another selection to a drop down list ELEMSI Excel Discussion (Misc queries) 1 October 29th 08 04:20 PM
Selection of Drop down list that allows you to go to a particular cell Daphne Excel Worksheet Functions 2 June 14th 06 09:54 AM
quick selection drop down list 68magnolia71 Excel Worksheet Functions 3 April 26th 05 09:30 PM


All times are GMT +1. The time now is 03:06 AM.

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

About Us

"It's about Microsoft Excel"