I am using the following formula to extract data between carrots and it works flawlessly.
=MID(B3,FIND("^",B3)+1,FIND("^",B3,FIND("^",B3)+1)-1-FIND("^",B3))
What I would like to do is to be able to bring up VBA and paste code to add this function to my selectable list (such as fuzzyvlookup)...