This is the stuff I have:
- plain text (with 'tags' e.g. "this is <b>bold</b>."
- a connection to word (via "dim objWord as word.application")
I can paste the text into a word document, but my question is the following:
can I convert the text string, via inserting formatting characters, so that word will display the text correctly ('bold' in bold)
PS: I know that i can 'toggle' bold on and off, but I want to send just one string, together with the formatting (kind of RTF).
Who knows these formatting characters??
