I want to include double-quotes in a label. How can I do that without error?
Try adding a backslash in front of the double quote. (ie. " )
You can add another backslash before to append the strings together. You'll need to escape that backslash. It would like like this: ....select "Excel\"......
Thank you, this helped. Any idea how to eliminate an automatic space between the end of the string and the last instance of double quotes?
Inserting a "" between the first double quote and first word within them removed one automatic space, but we can't seem to figure out how to remove the automatic space at the end.