Stuart McLachlan
stuart at lexacorp.com.pg
Tue Aug 7 17:25:00 CDT 2012
You mean I can't have a single "delimiter" in a string in VBA? Guess I'll have to stop doing things like this! strTest = "A quote ( " & chr$(34) & ") character by itseld" MsgBox strTest -- Stuart On 7 Aug 2012 at 15:34, Kenneth Ismert wrote: > > That is why all language parsers require you to quote delimiters inside a > string, like "" for VB or '' in SQL. >