VBA: Preserve Formatting During Text Copy

  • Thread starter Eric Woelkerling
  • Start date
E

Eric Woelkerling

Hi All,

Using VBA automation, I am performing a simple text copy from one
shape to another of a multiline text entry. I have different
formatting on each line of the text. The copy is fine, however the
formatting is lost.

For example:
The source contains
Hi There
<bold>Hello</bold>

I've tried a couple of formatting options, including trying to setup
copies of the character cells, but to no avail.

Any suggestions?
 
Top