Its abit nasty but effective (like herpies cream!)
Function Hello(Chris100 As String) As String
Hello = Mid(Chris100, InStr(1, Chris100, "(C", vbTextCompare) + 1, InStr(1, Chris100, ")", vbTextCompare) - InStr(1, Chris100, "(C", vbTextCompare) - 1)
End Function
You have to reference the...