View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Write " to a string

Either works to produce just a single "double quote" as the result.

from the immediate window:

? """"
"
? """
"

--
Regards,
Tom Ogilvy

"dominicb" wrote in
message ...

Hi Ian

Try running this routine and see what you get.

Sub test()
a = """"
MsgBox a
End Sub

DominicB


--
dominicb
------------------------------------------------------------------------
dominicb's Profile:

http://www.excelforum.com/member.php...o&userid=18932
View this thread: http://www.excelforum.com/showthread...hreadid=465843