Skip to content

Instantly share code, notes, and snippets.

@DavidMetcalfe
Created May 13, 2020 22:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DavidMetcalfe/5ec53429fe46d6fe31eaaf8407719c06 to your computer and use it in GitHub Desktop.
Save DavidMetcalfe/5ec53429fe46d6fe31eaaf8407719c06 to your computer and use it in GitHub Desktop.
Single and double quotes in VBA strings
Public Const vbDoubleQuote As String = """" 'represents 1 double quote (")
Public Const vbSingleQuote As String = "'" 'represents 1 single quote (')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment