Quotation Marks In String

K

Ken Snell

Double them up.

Dim strString As String
strString = "Guy ""ACCESS-MAN"" Rondeau"
Debug.Print strString

Above will show you the resulting string:
Guy "ACCESS-MAN" Rondeau
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top