G
gloeng
I'm automating Word2003 in VB.Net. I'm using late binding.
I want to put another document's content into the selected area of the
active document, without loosing its formatting.
I'm getting a 'formattedtext is not a reference property' error with the
following code
.... Selection.FormattedText = doc.Content.FormattedText ...
If this is a bug, does someone know another statement to achieve the same
result.
I'd like not to use clipboard.
I want to put another document's content into the selected area of the
active document, without loosing its formatting.
I'm getting a 'formattedtext is not a reference property' error with the
following code
.... Selection.FormattedText = doc.Content.FormattedText ...
If this is a bug, does someone know another statement to achieve the same
result.
I'd like not to use clipboard.