AlbertCamus
Programmer
Hello,
Is anybody familar with a way to print or write a string to a text file in VBA, with the special case that the string contains a section which needs to be quoted as well as a section that does not need to?
If I wanted to write the following example to a text file, how would it be accomplished?
example: The author notes that, "certain people have trouble asking for help", while others do not.
If I wanted that line to appear exactly as it is typed, what would I do?
Thanks,