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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top