Display full version of the post: Using "Paste" in autocad

alexia_net
12.09.2007, 10:06

Hi. I want to create a script which could copy a text from a drawing file and paste it in the same drawing in a different location. How do I use "Copy" and "Paste" in VBA? Or at least how could I insert a text in a drawing using VBA? Thank you!
alexia_net2007-09-12 10:27:41

Vladimir Michl
12.09.2007, 10:55
Could you use just the COPY command (not the clipboard Copy/Paste)?
 
Text can be added with ThisDrawing.ModelSpace.addText (see Help)

alexia_net
13.09.2007, 11:34
Hi. Thank you. I have managed to insert multi text after all. But thanks a lot.

iDraft
21.09.2007, 12:56
i use a lisp called TAM, and this is who put it out. it helps for text, mtext, and attributes. It's nice and fast.Created By:   Terry MillerEmail: terrycadd@yahoo.comhttp://web2.airmail.net/terrycad

chencos
29.10.2007, 06:26
 very good