R
Rick Charnes
In Word 2003, I'm copying selected text into a variable with:
myvar = Selection
I then want to insert this text into another part of my document that
uses a different font, but I'd like the newly-inserted text to take on
this different font. If I just use "Selection.TypeText()", it retains
its original font. Is there an easy way to do this? Thanks.
myvar = Selection
I then want to insert this text into another part of my document that
uses a different font, but I'd like the newly-inserted text to take on
this different font. If I just use "Selection.TypeText()", it retains
its original font. Is there an easy way to do this? Thanks.