VBA: Merge text boxes

Joined
Jul 25, 2013
Messages
1
Reaction score
0
Hello,

I need to merge several text boxes via VBA while also considering the formatting of the text (bold, underline etc.).

Just copying the text (TextRange.Text) is not sufficient, since this way formatting is lost. Copying using the Windows Clipboard works, but I'd like to avoid that since the user may potentially loose some data.

In summary: How to concatenate several text boxes or text ranges respectively?
Any idea?

Thanks and kind regards
rookee
 
Back
Top