View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JT[_8_] JT[_8_] is offline
external usenet poster
 
Posts: 23
Default Easy one - My string contains "

Hello all

Hopefully there is an easy fix to this infuriating problem. I need to
include a string in my code which contains the character " - eg:

msgbox("They call me Phil "The Power" Taylor")

The problem is that when VBA sees " it takes it as the end of the
string and I get a compile error.

Has anybody come across this before, and is there a solution?

Thanks

JT