I need to append a string to a text file which has double quotation marks throughout it. How do I do that cause VBA is very confused at the moment
What the string should say/append the text file to (load "c:\test.lsp")?
|
I need to append a string to a text file which has double quotation marks throughout it. How do I do that cause VBA is very confused at the moment What the string should say/append the text file to (load "c:\test.lsp")? | ||||
|
show 3 more comments
feedback
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.
|
You can double the quotation marks inside the string:
Or use
| |||||
feedback
|
|
| |||
|
feedback
|
LOLmight not be the best way to attract answers. – Frédéric Hamidi Nov 1 '10 at 14:47