Get data from a word document

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an Excel macro that opens two word documents. I want to be able to
select text from one word document and paste it into the second word document.

How do I do it?

I tried using the Range function but I keep getting a Type missmatch error
(13).

TIA.
 
Hi,
You probably need to post this on a Word forum but I believe you need
to look at the Paragraph property of each word document. It might be
easier to write the VBA code in word....

Hth
OJ
 

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

Back
Top