R
Rick
Hi all - I have a VBA code that generates the following
expression: (((ContactLastName & ','& ContactFirstName)
= 'Smith,Max')). Everything works perfectly until I run
into an O'Shea or O'Neal where the apostrophe in the name
unbalances the formula.
Is there a preferred way to code around this, or do I have
to create an error trapping routine to work around the
problem?
Thanks for your help!
Rick
expression: (((ContactLastName & ','& ContactFirstName)
= 'Smith,Max')). Everything works perfectly until I run
into an O'Shea or O'Neal where the apostrophe in the name
unbalances the formula.
Is there a preferred way to code around this, or do I have
to create an error trapping routine to work around the
problem?
Thanks for your help!
Rick