View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ssjody ssjody is offline
external usenet poster
 
Posts: 16
Default Combo Box List Question

I have a list of 8 things on a sheet that I have named OrionMakeCodes
they are as follows:
(N)one
(G)M
(C)rysler
(F)ord
(T)ruck
(E)uropean
(A)sian
(X)ception

I am listing these in a combo box by setting the row source to
OrionMakeCodes which populates my Combo box

When I pick a value from this Combo box, instead of setting a value of
what you see in the list, I want it to just set the Letter in
Parenthesis on another sheet which is:
Set wo = Worksheets("cpToOrionMakeCodes")

So my basic question is how do I list one set of values in a combo box
and pass another value based on the choice?

I know this has to be a really simple thing to do but I'm new to VBA
and I'm having trouble figuring it out.

Thanks Jody