A Allen Browne Apr 19, 2007 #2 Use Instr() to locate the "@" in the string. Use Left() to get the preceding characters, or Mid() for the later ones.
Use Instr() to locate the "@" in the string. Use Left() to get the preceding characters, or Mid() for the later ones.