LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default depedent drop down lists

Okay, I see what you want now. Try putting using this code in the macros you
have assigned to each drop down control...

Sub DropDown1_Change()
Worksheets("Sheet2").DropDowns("Drop Down 2").Value = _
Worksheets("Sheet1").DropDowns("Drop Down 1").Value
End Sub

Sub DropDown2_Change()
Worksheets("Sheet1").DropDowns("Drop Down 1").Value = _
Worksheets("Sheet2").DropDowns("Drop Down 2").Value
End Sub

adjusting the sheet names and drop down names for your actual situation.

Rick


"Bonobo" wrote in message
...
Let's assume: Drop downlist A in Worksheet1 and Drop Down List B in
Worksheet2.
Both Drop Down Lists refer to the same list of possible data entry x, y,
z.

What I need:
When I select entry x in Drop Down List A, Drop Down List B is
automatcially
updated to entry x. If I then change the entry in DropDown List B to z,
Drop
Down LIst A should automatically change to z.

Hope this is clear enough.

"Rick Rothstein (MVP - VB)" wrote:

And vice versa? Okay, that one threw me a little. Can you give us some
sample data that shows what you are trying to do?

Rick


"Bonobo" wrote in message
...
Hello,
I have two drop down lists (done with Forms) on two seperate
worksheets. I
would like them to be dependent so that when I make a selection on one
of
them the second one changes accordingly to the same entry (and vice
versa).
Can anyone help?




 
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 lists from multiple source lists RoofIL Excel Worksheet Functions 3 February 18th 10 09:44 PM
Drop down lists that auto create and then filter the next drop down list [email protected] Excel Worksheet Functions 2 September 30th 07 11:53 AM
how do I use one drop-list to modify another drop-lists options? [email protected] Excel Discussion (Misc queries) 3 September 9th 07 05:46 PM
Multiple lists with repeated values for dependet drop down lists mcmanusb Excel Worksheet Functions 1 September 29th 06 12:13 AM
Programatically navigate to depedent cell(s) Pratik Mehta Excel Programming 3 August 3rd 04 10:10 PM


All times are GMT +1. The time now is 11:22 PM.

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"