Matt,
try this
Left(yourtext, InStr(1, yourtext, " (") - 1)
Note, however that it will blow up if there is no space-opening parentecis
sequence in yourtext. If there is such possibility, check for this condition
before running this code

Signature
Please reply to NG only. This email is not monitored.
Alex.
> Can anybody help
>
[quoted text clipped - 15 lines]
>
> Matt