Nuance is a bear.
My code needs to look through a string of numbers for a specified text,"(10)" and then extract number for a function to the next "(" usually 7 characters.
I can extract part of the string with Left, Mid, Right functions but I get all the other numbers again.
My code is all...