View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
mudraker[_180_] mudraker[_180_] is offline
external usenet poster
 
Posts: 1
Default Strings that have quotes in them

both of these give the same result

sstring = """"
sstring = "ggggggg" & """" & "gghbnfg"


sstring = Chr(34)
sstring = "ggggggg" & Chr(34) & "gghbnfg

--
Message posted from http://www.ExcelForum.com