I have an excel spreadsheet with several drop-down boxes on worksheets in various places. I want to link a cell on another sheet to the Value displayed in a Drop Down box on another sheet – NOT the Cell Link but the actual selected contents of the drop-down box. I’d like to avoid doing some kind of VBA Select Case as some of these drop-down boxes have a lot of entries (for example, every county in Texas). Can’t seem to find the right magic – even to reference a Drop-Down box. I know you can do this on a Form using the index of the objects but I’d rather not do forms at this point as I want things to be very easy to deal with and a pop-up form is a complication.
what i’m looking for is something like =’Worksheet’!’Drop Down 2′!Value plugged directly into a cell.
can this be done? thanks in advance…