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
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