PC Review


Reply
Thread Tools Rate Thread

Combo Boxes - What to do first

 
 
=?Utf-8?B?TG9uaSAtIFJXVA==?=
Guest
Posts: n/a
 
      9th Jul 2007
When it comes to combo boxes and coding and whatever else is supposed to be
going on, I know nothing about it. So pardon me if I don't sound very
intelligent. Here's what I want to do: I have a workbook with multiple
input sheets and one report sheet where all my data is being calculated. On
my report sheet, I want to put a combo box to choose different employees.
Based on the selection that is chosen, I then want it to pull certain
information from one of the various input sheets. I went to the control
toolbox and inserted a combo box. Now What????
I have tried to figure out how to put names to select from in the combo box,
but nothing seems to work. I've read thru several of the threads here, but I
haven't seen anything that I think particularly helps me out. Can anyone
give me any insight?
Thanks!!
 
Reply With Quote
 
 
 
 
=?Utf-8?B?VG9tIE9naWx2eQ==?=
Guest
Posts: n/a
 
      9th Jul 2007
Probably easier to use Data=>Validation with the List option to get a
"combobox" in the cell (the dropdown arrow only appears when you select the
cell).

Debra Dalgleish has a lot of information on this:

Debra Dalgleish
http://www.contextures.com/tiptech.html

one example page from the index:
Datavalidation - top
http://www.contextures.com/xlDataVal01.html

You will need to have the list of names on one sheet. If it isn't on the
sheet with the data validation, you will have to create a defined name to
point to it (insert=>Name=>Define
name: List1
RefersTo: =Sheet2!$A2:$A50

then in the data validation text box for source after you select list, put in

=List1

--
Regards,
Tom Ogilvy




"Loni - RWT" wrote:

> When it comes to combo boxes and coding and whatever else is supposed to be
> going on, I know nothing about it. So pardon me if I don't sound very
> intelligent. Here's what I want to do: I have a workbook with multiple
> input sheets and one report sheet where all my data is being calculated. On
> my report sheet, I want to put a combo box to choose different employees.
> Based on the selection that is chosen, I then want it to pull certain
> information from one of the various input sheets. I went to the control
> toolbox and inserted a combo box. Now What????
> I have tried to figure out how to put names to select from in the combo box,
> but nothing seems to work. I've read thru several of the threads here, but I
> haven't seen anything that I think particularly helps me out. Can anyone
> give me any insight?
> Thanks!!

 
Reply With Quote
 
=?Utf-8?B?QUtwaGlkZWx0?=
Guest
Posts: n/a
 
      9th Jul 2007
Well you can try this. Set up the combo box, right click it and go to Format
Control. Where it says Input Range, highlight the employee names or create a
named range for the employees names.

In the Cell Link, put this next to the employees list. This cell will tell
you what item has been chosen out of the combo box.

Using this Cell Link number you can now use Offset/Vlookup/Match, etc
formulas to come up with the individual employees information.

Let me know if you have any more questions.

"Loni - RWT" wrote:

> When it comes to combo boxes and coding and whatever else is supposed to be
> going on, I know nothing about it. So pardon me if I don't sound very
> intelligent. Here's what I want to do: I have a workbook with multiple
> input sheets and one report sheet where all my data is being calculated. On
> my report sheet, I want to put a combo box to choose different employees.
> Based on the selection that is chosen, I then want it to pull certain
> information from one of the various input sheets. I went to the control
> toolbox and inserted a combo box. Now What????
> I have tried to figure out how to put names to select from in the combo box,
> but nothing seems to work. I've read thru several of the threads here, but I
> haven't seen anything that I think particularly helps me out. Can anyone
> give me any insight?
> Thanks!!

 
Reply With Quote
 
=?Utf-8?B?VG9tIE9naWx2eQ==?=
Guest
Posts: n/a
 
      9th Jul 2007
Since the OP doesn't seem that familiar with Excel comboboxes, this describes
the Dropdown/Combobox from the Forms toolbar (rather then the Control Toolbox
Toolbar).

--
Regards,
Tom Ogilvy


"AKphidelt" wrote:

> Well you can try this. Set up the combo box, right click it and go to Format
> Control. Where it says Input Range, highlight the employee names or create a
> named range for the employees names.
>
> In the Cell Link, put this next to the employees list. This cell will tell
> you what item has been chosen out of the combo box.
>
> Using this Cell Link number you can now use Offset/Vlookup/Match, etc
> formulas to come up with the individual employees information.
>
> Let me know if you have any more questions.
>
> "Loni - RWT" wrote:
>
> > When it comes to combo boxes and coding and whatever else is supposed to be
> > going on, I know nothing about it. So pardon me if I don't sound very
> > intelligent. Here's what I want to do: I have a workbook with multiple
> > input sheets and one report sheet where all my data is being calculated. On
> > my report sheet, I want to put a combo box to choose different employees.
> > Based on the selection that is chosen, I then want it to pull certain
> > information from one of the various input sheets. I went to the control
> > toolbox and inserted a combo box. Now What????
> > I have tried to figure out how to put names to select from in the combo box,
> > but nothing seems to work. I've read thru several of the threads here, but I
> > haven't seen anything that I think particularly helps me out. Can anyone
> > give me any insight?
> > Thanks!!

 
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
Getting Combo boxes to change options based on other Combo boxes. Ancient Wolf Microsoft Excel New Users 1 27th Mar 2009 06:29 PM
Parameter queries using forms with combo boxes, with select all, and defaulting combo boxes to blank fields nmoakeh@byte-x-byte.com Microsoft Access 12 15th Oct 2006 07:35 PM
Populate combo boxes from results of other combo boxes matt.pimm@gmail.com Microsoft Access Forms 1 13th Jan 2006 02:47 PM
Make combo boxes change contents depending on other combo boxes =?Utf-8?B?R2x5bm4=?= Microsoft Access Forms 1 9th Dec 2005 01:32 PM
data access page combo boxes and test boxes not visable or print =?Utf-8?B?Y3RhejJkYXk=?= Microsoft Access 0 26th Jul 2005 02:31 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:53 PM.