Quoted "word" in combo RowSource

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

In the RowSource of a combo box that uses fixed
text strings per line, how does one specify a quoted
word?

Example:

"Line 1";"Line 2";"I want to have a quoted "word" here"

I've tried """word"""

and

"I want to have a quoted" & """word""" & "here"

I didn't try to set the line in code at runtime, as it would
seem to me that with my last example that would probably
be a waste of time?
 
For the time being, I used two single quotes with
success and the desired results. But, it would be
nice to know how to do it correctly.
Bill
 
Back
Top