mail merge - how to insert a word file in main document as a filed

M

Manikrishna

In wordStar it is possible to insert a file in a mail
merge main document. I wonder whether it is possible to
so in word 2000 mail merge main document. If so how? Can
any one answer my question. Thanks
 
P

Peter Jamieson

In WordStar I think you used .fi. But I forget.

In Word, if you want to include a text or document file (typically a .doc)
you use a field

{ INCLUDEFILE "the_full_path_name_of_the_document" }

You can insert the special {} using ctrl-F9. The backslashes in the pathname
should be doubled, e.g.

{ INCLUDEFILE "c:\\mydocs\\myfile.doc" }

If you need to insert a picture such as a .jpg, use

{ INCLUDEPICTURE "c:\\mypictures\\myfile.jpg" }
 

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