I'm not 100% sure what it is you want to do.
Do you want the whole list to change based on what is in the cell?
or
Do you want what is selectedin the dropdown box to change based on what is in the cell.
if it is the later, then all you have to do is set the linked cell (in the dropdown box properties) to that cell and as long as it's in the list it'll show up in the dropdown box.
If you want to change the whole list, you can still do it.
Set the link fill range to a certain set of cells, and then fill that range with what you need using something like this
=Vlookup(1,indirect(cell next to dropdown box),2,0)
You'll have to make all of the lists in that you want to show up in your dropdown box as named arrays that look like this
1 item 1
2 item 2
3 item 3
PM me your email address if you want a quick example.
NM it works just fine.
__________________
THE SHANTZ WILL RISE AGAIN.
 <-----Check the Badge bitches. You want some Awesome, you come to me!
Last edited by Bring_Back_Shantz; 02-24-2006 at 10:44 AM.
|