Myriad_Rocker
Board Regular
- Joined
- Dec 1, 2004
- Messages
- 67
I've searched for a scenario like my situation to no avail. I've done this before but I'm having a brain fart at the moment and cannot, for the life of me, get this nailed down. I've done it in a round about way but I KNOW there is a better (and more consistent) approach.
I need to parse some string information that is in a cell, we'll say cell A1.
blah blah blah blah name="Example 1 Test" blah blah blah <duh="blah"
What I need is the information after name= without the quotes. So, I need to return Example 1 Test.
I know there's a relatively simple way to do this, but again, it escapes me. This is in VBA.
I need to parse some string information that is in a cell, we'll say cell A1.
blah blah blah blah name="Example 1 Test" blah blah blah <duh="blah"
What I need is the information after name= without the quotes. So, I need to return Example 1 Test.
I know there's a relatively simple way to do this, but again, it escapes me. This is in VBA.