Opening text file in word? Can there be underlining?

S

Sue Cavanaugh

I am creating a text file which I will later open as a Word document. I want
to
underline some words. Is there an escape code available to signal to Word to
turn on and off underlining?

Thanks in advance.
 
C

Chris Mahoney

You might need to use RTF {\b bold} or XML <w:u w:value="single"/> to
accomplish this :(
 
Top