MS Word File to AutoCAD

MS Word File to AutoCAD

Anonymous
Not applicable
235 Views
3 Replies
Message 1 of 4

MS Word File to AutoCAD

Anonymous
Not applicable
Can anyone give tip as to how one can import MS Word file with formatted
text in to AutoCAD. MText has limit of 16K and I am trying to see if a VB
application can be developed to solve this problem.

Thanks
0 Likes
236 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
You shouldn't have to create a VBA program to do this. Open the Word
Document. Do a Select all or CTRL+A. Copy it using the Copy from the edit
menu or hit CTRL+C. Now go to the AutoCAD drawing that you want to insert it
into. Type in PASTECLIP at the command prompt. This will past the document
in as a Object and will pop up a Dialog box for you to input the Width and
Height of the document. You will probably have to play with these settings
to get it to fit on the drawing where you need it. Now that you have the
Word document in your drawing as an object you don't even need the original
Work document. The Word document is actually embedded within the AutoCAD DWG
file now. You can edit it, modify it, or what ever by right clicking on the
object and selecting a option. My favorite option is Send to Back that way
you can have you AutoCAD objects be on top of the the Word Object and the
print will come out showing everything even the AutoCAD objects that would
normally be behind the Word object. Hope this helps.

Bryan

"WPM" wrote in message
news:50BF0A1EEFCC4291F72E090AB7EFD652@in.WebX.SaUCah8kaAW...
> Can anyone give tip as to how one can import MS Word file with formatted
> text in to AutoCAD. MText has limit of 16K and I am trying to see if a VB
> application can be developed to solve this problem.
>
> Thanks
>
0 Likes
Message 3 of 4

Anonymous
Not applicable
Bryan:

Thanks for the reply. Your suggested method works but only first page of
the word document is linked. If the WORD document is long, it works for
only very small portion of the document.

For small document (i.e. one page) even MTEXT can import the formatted file.

I am trying to see if I can import document that is about 20 page long.

Thanks.

"Bryan" wrote in message
news:7FAFAB5E982340F472D163E864CB642F@in.WebX.SaUCah8kaAW...
> You shouldn't have to create a VBA program to do this. Open the Word
> Document. Do a Select all or CTRL+A. Copy it using the Copy from the edit
> menu or hit CTRL+C. Now go to the AutoCAD drawing that you want to insert
it
> into. Type in PASTECLIP at the command prompt. This will past the document
> in as a Object and will pop up a Dialog box for you to input the Width and
> Height of the document. You will probably have to play with these settings
> to get it to fit on the drawing where you need it. Now that you have the
> Word document in your drawing as an object you don't even need the
original
> Work document. The Word document is actually embedded within the AutoCAD
DWG
> file now. You can edit it, modify it, or what ever by right clicking on
the
> object and selecting a option. My favorite option is Send to Back that way
> you can have you AutoCAD objects be on top of the the Word Object and the
> print will come out showing everything even the AutoCAD objects that would
> normally be behind the Word object. Hope this helps.
>
> Bryan
>
> "WPM" wrote in message
> news:50BF0A1EEFCC4291F72E090AB7EFD652@in.WebX.SaUCah8kaAW...
> > Can anyone give tip as to how one can import MS Word file with formatted
> > text in to AutoCAD. MText has limit of 16K and I am trying to see if a
VB
> > application can be developed to solve this problem.
> >
> > Thanks
> >
>
0 Likes
Message 4 of 4

Anonymous
Not applicable
You might try using a rich text box or OLE in a program such as WordPad that
is essentially a rich text box. My best advice is to convince whoever wants
this done to come up with a solution that doesn't actually use AutoCAD, if
possible, since AutoCAD is very weak (slow too) when it comes to handling
text.

--
*chik chik chook chulk chik*
0 Likes