Recent content by prompovitccd

  1. P

    Excel VBA Help - "searching a table and returning specific information"

    Yep, that solved it thanks! One more question for you though... each time a value is returned it is displayed in its own "pop-up" box- so say there are 10 values that get returned, it will come up in 10 unique pop-up box's Is there anyway to get the program to return all of the values in one...
  2. P

    Excel VBA Help - "searching a table and returning specific information"

    Thanks so much for the code, as you suggested I am using the longer code so I can more closely follow along - Couple questions though: In the "longer code" above, the code seems to be duplicated twice (repeats itself half way down), was that intentional? Also, I have adjusted the...
  3. P

    Excel VBA Help - "searching a table and returning specific information"

    This is for my job, i'm in a summer internship and they told me to go learn VBA.
  4. P

    Excel VBA Help - "searching a table and returning specific information"

    Sorry, yes its a range of data in my excel sheet that looks like a table.
  5. P

    Excel VBA Help - "searching a table and returning specific information"

    Howdy: I am brand new to the whole coding scene and am trying to learn VBA to complete an excel project. I was hoping someone could provide me some guidance on the best way to start coding and let me know of any tutorials that could provide a solid foundation for me. Here is a...