Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 14
Default excel 97: linking 2 combo boxes

hello

i have two combo boxes, combo1 is the input range Sheet2!$A$1:$A$8 and
the combo2 is the input range Sheet2!$B$1:$B$8. how does one link the
cells together. in other words if i select A6 value, combo2 equals B6
value etc. i have already tried the format control format tab and
then clicked on the "cell link" and highlight all of range B1:B8. but
when i select cell A1 it give me the value = 1 even though the value
in cell B1 = 1731-0332-0441.

strange but it's driving me nutty :)

thanks in advance jung
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 576
Default excel 97: linking 2 combo boxes

In the combobox1 event you could put
Combox2.ListIndex = Combobox1.ListIndex

--
sb
"JMCN" wrote in message
om...
hello

i have two combo boxes, combo1 is the input range Sheet2!$A$1:$A$8 and
the combo2 is the input range Sheet2!$B$1:$B$8. how does one link the
cells together. in other words if i select A6 value, combo2 equals B6
value etc. i have already tried the format control format tab and
then clicked on the "cell link" and highlight all of range B1:B8. but
when i select cell A1 it give me the value = 1 even though the value
in cell B1 = 1731-0332-0441.

strange but it's driving me nutty :)

thanks in advance jung



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
Getting Combo boxes to change options based on other Combo boxes. Ancient Wolf New Users to Excel 1 March 27th 09 06:29 PM
Linking Combo Boxes (Please Help) Mika Excel Worksheet Functions 0 January 8th 07 07:05 PM
Selecting subsets using combo boxes or list boxes CLamar Excel Discussion (Misc queries) 0 June 1st 06 07:43 PM
Using Combo boxes in excel Disco[_2_] Excel Programming 0 August 28th 03 10:53 AM
Using Combo boxes in excel Kevin Smith[_3_] Excel Programming 0 August 28th 03 10:49 AM


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