If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > combo box help again

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-03-04, 13:59
ben2001 ben2001 is offline
Registered User
 
Join Date: Jan 2004
Posts: 17
Question combo box help again

into this combo box i need to put in a group of cells from A5 to D39 how do i do this without only getting the first column that i selected( i am using combo box from the forms menu)
Ben
Reply With Quote
  #2 (permalink)  
Old 02-03-04, 17:01
Smitty Smitty is offline
Registered User
 
Join Date: Dec 2003
Location: San Diego, CA
Posts: 153
Your best bet is probably going to be concatenating those cells.

In column E add the following formula:

=A5&" "&B5&" "&C5&" "&D5

and copy down.

Now set the ComboBox's Input Range to E5:E39.

You can also hide A or E if necessary.

Hope that helps,

Smitty
Reply With Quote
  #3 (permalink)  
Old 02-04-04, 08:00
ben2001 ben2001 is offline
Registered User
 
Join Date: Jan 2004
Posts: 17
yeh thanx thats one way to do it
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On