Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Excel VBA > Excel VBA
|
Excel VBA Discuss using VBA for Excel programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Excel VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 13th, 2006, 12:17 AM
Registered User
 
Join Date: May 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Excel Nested(Linked) Drop Downs

Hi,

I need help regarding linked or nested drop down values in excel.

I have three drop downs. First one is independent; second one depends on first one and third one depends on first and second.
The number of combination is 60000 so i cannot use some formula, need some VB code to do that.

here is the sample example

Column 1 Column 2 Column3
value1 value1value1 value1value1value1
value1 value1value2 value1value2value2
value1 value1value2 value1value2value3
value2 value2value1 value2value1value1
value2 value2value2 value2value2value2

I want to select distinct values. When user selects value in column 1, it shows corresponding values in column 2. When user selects column 2 then it show corresponding values in column 3

Will really appreciate the help if someone guide







Similar Threads
Thread Thread Starter Forum Replies Last Post
dealing with drop downs lisabb ASP.NET 2.0 Basics 5 May 28th, 2007 12:29 AM
dependent drop downs p2pMember ASP.NET 1.0 and 1.1 Professional 0 July 19th, 2006 05:25 AM
Drop downs for choosing # of pages gilgalbiblewheel Classic ASP Databases 3 October 21st, 2004 03:12 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.