Yea you have it right. To check for an apostrophy within a string you can just use double quotes around the apostrophy. So if you had
s = <main string>
token = <the characters you are searching for>
So
if InStr(CStr(s), CStr(token)) then ' would return true and jump into the if block if it were present.
The value of tocken would be
token = "'s"
Hehe and disregard the private mesage I sent you. Its pay day and I figured I would just pay for the service

Now to get them to give me some extensions for free. I really wanted to get into the macros and bots to author some
