View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
pinmaster
 
Posts: n/a
Default How to use literal quotes with concatenation


Here's a couple of ways:

1 - use 4 double quotes """" to get a single " double quote
or
2 - use CHAR(34) which is the code for a double quote

HTH
JG


--
pinmaster
------------------------------------------------------------------------
pinmaster's Profile: http://www.excelforum.com/member.php...fo&userid=6261
View this thread: http://www.excelforum.com/showthread...hreadid=508289