PC Review


Reply
Thread Tools Rate Thread

How to automate and assimilate(or import) two word documents into

 
 
=?Utf-8?B?bXZwcmVx?=
Guest
Posts: n/a
 
      1st Nov 2006
I have two documents in word, both with similar bookmarks. Is it possible to
automate and combine the two documents so that the material in smaller
document which just has bookmarks and associated information is assimilated
in the main document at their respective bookmarks?

Which will be easier to do this word or Access?

deepak
 
Reply With Quote
 
 
 
 
Cindy M.
Guest
Posts: n/a
 
      1st Nov 2006
Hi =?Utf-8?B?bXZwcmVx?=,

> I have two documents in word, both with similar bookmarks. Is it possible to
> automate and combine the two documents so that the material in smaller
> document which just has bookmarks and associated information is assimilated
> in the main document at their respective bookmarks?
>
> Which will be easier to do this word or Access?
>

I'm not sure I understand what it is you have, and what you want do to. You
certainly can use automation to take information from one document and plug it
into another. The place to discuss the code for this would be a word.vba
newsgroup.

Just to be sure: Insert/File, clicking the RANGE button, entering the bookmark
name, then inserting (possibly with a link) doesn't do the trick for you?

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail :-)

 
Reply With Quote
 
=?Utf-8?B?bXZwcmVx?=
Guest
Posts: n/a
 
      2nd Nov 2006
Thanks Cindy for your response. I will cross post in word.vba as per your
suggestion.
I will need more clarification for what you are suggesting.

First what I need:

I have a main document in which I have created bookmarks where I need to
insert specific information from Document 2. Document 2 has similar named
bookmarks and the information which need to be assimilated in the main
document. These are text blocks or other alpha-numeric characters. How to
import this information at it's proper place in the main document
automatically.

1. Please clarify the steps involved in doing:
Insert/File, clicking the RANGE button, entering the bookmark
name, then inserting (possibly with a link) doesn't do the trick for you?

2. Also on your website you mentioned I could get more information: "A more
detailed discussion, from the developer and power-user's point of view, about
mail merge can be found in the following MOD articles that are available from
the MSDN site free of charge" can you give a link to this site.

Thanks for your time


"Cindy M." wrote:

> Hi =?Utf-8?B?bXZwcmVx?=,
>
> > I have two documents in word, both with similar bookmarks. Is it possible to
> > automate and combine the two documents so that the material in smaller
> > document which just has bookmarks and associated information is assimilated
> > in the main document at their respective bookmarks?
> >
> > Which will be easier to do this word or Access?
> >

> I'm not sure I understand what it is you have, and what you want do to. You
> certainly can use automation to take information from one document and plug it
> into another. The place to discuss the code for this would be a word.vba
> newsgroup.
>
> Just to be sure: Insert/File, clicking the RANGE button, entering the bookmark
> name, then inserting (possibly with a link) doesn't do the trick for you?
>
> Cindy Meister
> INTER-Solutions, Switzerland
> http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
> http://www.word.mvps.org
>
> This reply is posted in the Newsgroup; please post any follow question or reply
> in the newsgroup and not by e-mail :-)
>
>

 
Reply With Quote
 
Cindy M.
Guest
Posts: n/a
 
      2nd Nov 2006
Hi =?Utf-8?B?bXZwcmVx?=,

> 1. Please clarify the steps involved in doing:
> Insert/File, clicking the RANGE button, entering the bookmark
> name, then inserting (possibly with a link) doesn't do the trick for you?
>

Insert menu, File button. Click it.
Choose the file.
Click the RANGE button. Type in the name of the bookmark you want to insert at
the current selection in the document.
Click the Insert button.

> 2. Also on your website you mentioned I could get more information: "A more
> detailed discussion, from the developer and power-user's point of view, about
> mail merge can be found in the following MOD articles that are available from
> the MSDN site free of charge" can you give a link to this site.
>

Just scroll the frame down, the links are there.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail :-)

 
Reply With Quote
 
=?Utf-8?B?bXZwcmVx?=
Guest
Posts: n/a
 
      3rd Nov 2006
Thanks for your response Cindy:

What I need to clarify is that supposing there are 10 bookmarks spread
throughout the Main document and then there are ten bookmarks with associated
text running into few paragraphs in the second document. So there are ten
separate insertion points corresponding to each bookmark where that specific
book mark text has to be imported; will this command work for such file pairs.

Deepak


 
Reply With Quote
 
Cindy M.
Guest
Posts: n/a
 
      3rd Nov 2006
Hi =?Utf-8?B?bXZwcmVx?=,

> What I need to clarify is that supposing there are 10 bookmarks spread
> throughout the Main document and then there are ten bookmarks with associated
> text running into few paragraphs in the second document. So there are ten
> separate insertion points corresponding to each bookmark where that specific
> book mark text has to be imported; will this command work for such file pairs.
>

The approach I gave you means you move the cursor to each of the ten bookmarks,
then insert the Range from the appropriate "partner" bookmark. Manually.

If you want this automated, you need to use a VBA macro. Start by recording the
manual steps with the macro recorder. For further assistance, post in a
specialized word.vba newsgroup.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail :-)

 
Reply With Quote
 
=?Utf-8?B?bXZwcmVx?=
Guest
Posts: n/a
 
      6th Nov 2006
Thanks Cindy

"Cindy M." wrote:

> Hi =?Utf-8?B?bXZwcmVx?=,
>
> > What I need to clarify is that supposing there are 10 bookmarks spread
> > throughout the Main document and then there are ten bookmarks with associated
> > text running into few paragraphs in the second document. So there are ten
> > separate insertion points corresponding to each bookmark where that specific
> > book mark text has to be imported; will this command work for such file pairs.
> >

> The approach I gave you means you move the cursor to each of the ten bookmarks,
> then insert the Range from the appropriate "partner" bookmark. Manually.
>
> If you want this automated, you need to use a VBA macro. Start by recording the
> manual steps with the macro recorder. For further assistance, post in a
> specialized word.vba newsgroup.
>
> Cindy Meister
> INTER-Solutions, Switzerland
> http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
> http://www.word.mvps.org
>
> This reply is posted in the Newsgroup; please post any follow question or reply
> in the newsgroup and not by e-mail :-)
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Import Documents from word Imran Ghani Microsoft Outlook VBA Programming 1 4th Jun 2009 01:12 PM
How to import word documents into other word document? gman61 Microsoft Word Document Management 1 31st Oct 2008 01:00 PM
Can I automate the printing of several Word documents in Word 2003 =?Utf-8?B?S2F0aHJ5biBN?= Microsoft Word Document Management 1 19th Feb 2007 07:05 PM
Automate printing of word, excel, PDF etc documents David Younger Windows XP Print / Fax 0 25th Jan 2007 04:32 AM
How do I import AMI PRO 3 documents into Word 2003? =?Utf-8?B?VG9t?= Microsoft Word Document Management 4 12th Nov 2005 12:21 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:55 AM.