Example:

A B C D E F
3 4 5 6 7 8

I need a vba code that will look in the 2nd row for a specific value and return that column's letter. For example, searching the row for 7 would return "E".

How can I do this?