Combine Multiple Mtext into 1 Mtext

Combine Multiple Mtext into 1 Mtext

Anonymous
Not applicable
37,311 Views
26 Replies
Message 1 of 27

Combine Multiple Mtext into 1 Mtext

Anonymous
Not applicable
Does anyone have a tool to combine multiple pieces of Mtext into a single
Mtext with paragraphs?
Accepted solutions (1)
37,312 Views
26 Replies
Replies (26)
Message 21 of 27

Anonymous
Not applicable

The routine is very handy for me when I come acorss dwgs where someone made seperate mtext paragraphs. Thank you so much for witing this routine.

0 Likes
Message 22 of 27

Anonymous
Not applicable

Just found this routine after a short search, does exactly what I was after.  My complements to Kent Cooper, nicely done.

 Thanks,

Lan

 

0 Likes
Message 23 of 27

troma
Mentor
Mentor

Lovely tool @Kent1Cooper

I went and marked your post as the solution.

(BTW it was a Google search, not a forum search that brought me here.)


Mark Green

Working on Civil 3D in Canada

0 Likes
Message 24 of 27

Anonymous
Not applicable

An easy way is to explode ("EXPLODE") all the mtexts, and then use the Express Tool command "TXT2MTXT." You can click "yes" or "no" to adding a return after each line.

0 Likes
Message 25 of 27

yjavadidoodran
Community Visitor
Community Visitor

I just had this question and noticed that in AutoCAD 2022 you can easily select all txt objects and convert them to MText using the command TXT2MTEXT all all txt objects will be combined to one mtxt

Message 26 of 27

eric_hailar5FPJN
Community Visitor
Community Visitor

explode the different lines of mtext and it will convert them to text then use txt2mtxt command

0 Likes
Message 27 of 27

pendean
Community Legend
Community Legend

@eric_hailar5FPJN wrote:

explode the different lines of mtext ...


You've not had to explode separate mtext first just to join multiple mtext (or combo of mtext and text) together into one in quite some time now

pendean_0-1745263883628.png

 

Unless you use a very old AutoCAD that relies of a very old Express Tool, but then there are free LISP that get around that limitation for your old version.

 

HTH

0 Likes