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?
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?