View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Network Admin Network Admin is offline
external usenet poster
 
Posts: 7
Default VBA Match Equivalent

I am in the process of making things calculated by VBA in one of our
Excel projects that has grown. I have a Validation drop down box
containing a list called "Hinges" and if someone chooses hinge "DSEL"
how can I get VBA to return number 4 (which is the location on the
list given by the Match Function). This is crucial to us because we
need that number to look up things in other arrays.

Thanks