#1   Report Post  
Posted to microsoft.public.excel.misc
customer master
 
Posts: n/a
Default Forms Combo Box

I have created a Forms Combo drop down box. I would like to imput
information into this drop down box. Please Help. Thanks Customer Master.
  #2   Report Post  
Posted to microsoft.public.excel.misc
JimMay
 
Posts: n/a
Default Forms Combo Box

I'd suggest you use the Data Validation (Combo box) method,
particularly, if you will be adding to the items in the combo box later.

Find an out of the way place in your spreadsheet, say Column Z (Sheet1)
And in Z1 enter your original set of choices, say in row 1 - 4 -- Bob,
Ted, Carol Alice

In the same sheet (at the menu) select Insert, Name Define
In the Names in Workbook box enter:
MyNames
In the Refers to: Box at the bottom - enter:
=OFFSET(Sheet1!$Z$1,0,0,COUNTA(Sheet1!Z:Z),1) << Watch for Sheet name

On the cell (of interest) click data, Validation, as the box comes up
In the Allow Box (Click on the down arrow) and select List
In the Source box enter =MyNames
OK out..

Your ready to roll,

Periodically, you may want to go to Z1:Z? and Sort alphabetically
So that your Combo box does accordingly...

Hope this helps...........

Jim

"customer master" <u22826@uwe wrote in message news:617c5e29f8e0c@uwe:

I have created a Forms Combo drop down box. I would like to imput
information into this drop down box. Please Help. Thanks Customer Master.


  #3   Report Post  
Posted to microsoft.public.excel.misc
paul
 
Posts: n/a
Default Forms Combo Box

as above somewhere else on your worksheet set up a list of your data that you
want to show in your dropdown box.Right click on your dropdown and you will
see a input dialog for your list,and an option to select the number of lines
you want to show in your drop down.I ussually put the cell link in a cell
very close to my list and for later reference i wll put a border or a fil
colour in that cell.When you click the drop down and make a selection this
cell will changeie the first item in your list will result in a 1 the second
a two etc.Now somewhere else on your sheet,ie where you want the output of
the dropdown you need to use an index or choose formula to show the result of
your dropdown.the help topic for the form combo is always difficult to find,i
prefer the form combo box cos it always shows on your form.
--
paul

remove nospam for email addy!



"JimMay" wrote:

I'd suggest you use the Data Validation (Combo box) method,
particularly, if you will be adding to the items in the combo box later.

Find an out of the way place in your spreadsheet, say Column Z (Sheet1)
And in Z1 enter your original set of choices, say in row 1 - 4 -- Bob,
Ted, Carol Alice

In the same sheet (at the menu) select Insert, Name Define
In the Names in Workbook box enter:
MyNames
In the Refers to: Box at the bottom - enter:
=OFFSET(Sheet1!$Z$1,0,0,COUNTA(Sheet1!Z:Z),1) << Watch for Sheet name

On the cell (of interest) click data, Validation, as the box comes up
In the Allow Box (Click on the down arrow) and select List
In the Source box enter =MyNames
OK out..

Your ready to roll,

Periodically, you may want to go to Z1:Z? and Sort alphabetically
So that your Combo box does accordingly...

Hope this helps...........

Jim

"customer master" <u22826@uwe wrote in message news:617c5e29f8e0c@uwe:

I have created a Forms Combo drop down box. I would like to imput
information into this drop down box. Please Help. Thanks Customer Master.



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 30
Default Forms Combo Box

Bob, Ted, Carol Alice ? Boy Jim you sure are dating yourself!! : ) those
were the days eh? larry


"JimMay" wrote:

I'd suggest you use the Data Validation (Combo box) method,
particularly, if you will be adding to the items in the combo box later.

Find an out of the way place in your spreadsheet, say Column Z (Sheet1)
And in Z1 enter your original set of choices, say in row 1 - 4 -- Bob,
Ted, Carol Alice

In the same sheet (at the menu) select Insert, Name Define
In the Names in Workbook box enter:
MyNames
In the Refers to: Box at the bottom - enter:
=OFFSET(Sheet1!$Z$1,0,0,COUNTA(Sheet1!Z:Z),1) << Watch for Sheet name

On the cell (of interest) click data, Validation, as the box comes up
In the Allow Box (Click on the down arrow) and select List
In the Source box enter =MyNames
OK out..

Your ready to roll,

Periodically, you may want to go to Z1:Z? and Sort alphabetically
So that your Combo box does accordingly...

Hope this helps...........

Jim

"customer master" <u22826@uwe wrote in message news:617c5e29f8e0c@uwe:

I have created a Forms Combo drop down box. I would like to imput
information into this drop down box. Please Help. Thanks Customer Master.



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
change font in a forms control combo box JRTB Excel Discussion (Misc queries) 3 February 25th 09 09:34 PM
Macro that can run combo boxes simonsmith Excel Discussion (Misc queries) 0 June 5th 06 05:00 PM
Move or Size Combo Box from forms toolbar With Cells steve-o Excel Discussion (Misc queries) 7 December 6th 05 03:11 PM
Nesting Combo Boxes /Returning an Array ELMONDO SNITHER Excel Discussion (Misc queries) 1 June 30th 05 01:15 AM
dynamic combo boxes tjb Excel Worksheet Functions 2 January 25th 05 07:33 PM


All times are GMT +1. The time now is 01:28 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"