View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Brian Brian is offline
external usenet poster
 
Posts: 683
Default User Form / Text Box / Combo Box

Would it be "if this is chosen, then this is the answer type satement"?

How would I do this?

Thanks



"JLGWhiz" wrote:

The code does the work. The ComboBox has a click event or a change event
that could be used. In either case the code would then issue instructions
to find the other related data that corresponds to the selection made in the
combobox and based on criteria such as the column or row it is found in, the
appropriate text box would be updated with the found data.


"Brian" wrote in message
...
Is there anyway when a choice is made from a Combo Box that several other
Text boxes can be filled in Automaticaly. Example:

Combo Box Contains 5-6 Different Address's. User picks the Address needed.
Text Boxes for City, State & Zip code are automaticaly filled in.

I am really trying to learn how to do this stuff, what is the best way to
learn how to do all this? It seems for me the best way to learn is to just
do
it.

Thanks
Brian



.